Class: Hancock::Feedback::Controllers::ContactsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/hancock/feedback/controllers/transfers_generator.rb

Instance Method Summary collapse

Instance Method Details

#transfersObject



9
10
11
# File 'lib/generators/hancock/feedback/controllers/transfers_generator.rb', line 9

def transfers
  template 'contacts.erb', "app/controllers/#{file_name}.rb"
end