Module: Outbox::Generators::Helpers::Items
- Included in:
- NamedBase
- Defined in:
- lib/generators/helpers/items.rb
Instance Method Summary collapse
Instance Method Details
#item_path ⇒ Object
11 12 13 |
# File 'lib/generators/helpers/items.rb', line 11 def item_path file_path end |
#namespaced_item_class_name ⇒ Object
7 8 9 |
# File 'lib/generators/helpers/items.rb', line 7 def namespaced_item_class_name file_path.camelize end |