Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
capify!()
public
Just run the capify command
in root
Example
capify!
# File railties/lib/rails_generator/generators/applications/app/template_runner.rb, line 275
def capify!
log 'capifying'
in_root { run('capify .', false) }
end