Class: ProMotion::CollectionScreen
- Defined in:
- lib/project/pro_motion/collection_screen.rb
Instance Method Summary collapse
Instance Method Details
#set_stylesheet ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/project/pro_motion/collection_screen.rb', line 4 def set_stylesheet super.tap do if self.class.rmq_style_sheet_class self.collection_view.rmq.apply_style(:collection_view) if self.rmq.stylesheet.respond_to?(:collection_view) end end end |