Class: Couch::Generators::ListGenerator

Inherits:
NamedBase
  • Object
show all
Defined in:
lib/couch/generators/list/list_generator.rb

Instance Method Summary collapse

Methods inherited from Base

desc, info, source_root

Instance Method Details

#create_list_functionObject



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