Class: Couch::Generators::ShowGenerator

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

Instance Method Summary collapse

Methods inherited from Base

desc, info, source_root

Instance Method Details

#create_show_functionObject



5
6
7
# File 'lib/couch/generators/show/show_generator.rb', line 5

def create_show_function
  template "show.js", "shows/#{model_name}.js"
end