Method: Coloss::Generators::InstallGenerator#do_nothing
- Defined in:
- lib/generators/skeleton/install/install_generator.rb
#do_nothing ⇒ Object
10 11 12 13 |
# File 'lib/generators/skeleton/install/install_generator.rb', line 10 def do_nothing say_status("deprecated", "You need Rails >= 3.1 and/or Assets Pipeline turned on.") say_status("", "Please update your Rails app, and comeback soon!") end |