class BootstrapLeather::InstallGenerator
The methods in this class will be run in order
Public Instance Methods
add_initializer()
click to toggle source
# File lib/generators/bootstrap_leather/install/install_generator.rb, line 11 def add_initializer output "You'll be wanting an initializer. This is where you put your "\ 'configuration options.', :magenta template 'initializer.rb', 'config/initializers/bootstrap_leather.rb' end