Method: Pageflow::FileType#css_background_image_class_prefix
- Defined in:
- lib/pageflow/file_type.rb
#css_background_image_class_prefix ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
122 123 124 |
# File 'lib/pageflow/file_type.rb', line 122 def css_background_image_class_prefix @css_background_image_class_prefix || model.model_name.singular end |