Module: Outbox::Generators::Helpers::Items

Included in:
NamedBase
Defined in:
lib/generators/helpers/items.rb

Instance Method Summary collapse

Instance Method Details

#item_pathObject



11
12
13
# File 'lib/generators/helpers/items.rb', line 11

def item_path
  file_path
end

#namespaced_item_class_nameObject



7
8
9
# File 'lib/generators/helpers/items.rb', line 7

def namespaced_item_class_name
  file_path.camelize
end