Class: Schedulable::Generators::SimpleFormGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/schedulable/simple_form_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_configObject



8
9
10
11
# File 'lib/generators/schedulable/simple_form_generator.rb', line 8

def create_config
  puts 'install simple_form custom input'
  template 'inputs/schedule_input.rb', "app/inputs/schedule_input.rb"
end