Method: Pageflow::ThemeCustomization#entry_type
- Defined in:
- app/models/pageflow/theme_customization.rb
#entry_type ⇒ 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.
32 33 34 |
# File 'app/models/pageflow/theme_customization.rb', line 32 def entry_type Pageflow.config.entry_types.find_by_name!(entry_type_name) end |