class ProMotion::CollectionScreen

Public Instance Methods

set_stylesheet() click to toggle source
Calls superclass method
# 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