Method: Infold::ResourceGenerator#create_resource_file
- Defined in:
- lib/generators/infold/resource_generator.rb
#create_resource_file ⇒ Object
7 8 9 10 |
# File 'lib/generators/infold/resource_generator.rb', line 7 def create_resource_file @name = name.camelize.singularize template "resource.yml", Rails.root.join("config/infold", "#{@name.underscore}.yml"), skip: true end |