Class: Couch::Generators::ListGenerator
- Defined in:
- lib/couch/generators/list/list_generator.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#create_list_function ⇒ Object
5 6 7 |
# File 'lib/couch/generators/list/list_generator.rb', line 5 def create_list_function template "list.js", "lists/#{pluralized_model_name}.js" end |