Class: Couch::Generators::ShowGenerator
- Defined in:
- lib/couch/generators/show/show_generator.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#create_show_function ⇒ Object
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 |