Class: BootboxCrud::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/bootbox_crud/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_configObject



5
6
7
8
9
# File 'lib/generators/bootbox_crud/install_generator.rb', line 5

def copy_config
  template 'config/initializers/simple_form.rb'
  template 'config/initializers/simple_form_bootstrap.rb'
  template 'app/assets/javascripts/models.js'
end

#show_readmeObject



11
12
13
14
15
# File 'lib/generators/bootbox_crud/install_generator.rb', line 11

def show_readme
  if behavior == :invoke
    readme 'README'
  end
end