lib/generators/chaltron/install_generator.rb in chaltron-1.0.8 vs lib/generators/chaltron/install_generator.rb in chaltron-1.0.9
- old
+ new
@@ -13,18 +13,9 @@
if options.interactive?
exit unless yes?('Are you sure you want to continue? [yes/NO]')
end
end
- def gemfile
- gem 'bootstrap_form',
- git: 'https://github.com/bootstrap-ruby/rails-bootstrap-forms.git',
- branch: 'master'
- Bundler.with_clean_env do
- run 'bundle install'
- end
- end
-
def db_migrations
rake 'chaltron_engine:install:migrations'
end
def db_seed