lib/pah/templates/simple_form.rb in pah-0.0.20 vs lib/pah/templates/simple_form.rb in pah-0.0.21
- old
+ new
@@ -1,9 +1,9 @@
module Pah
module Templates
class SimpleForm < Pah::Template
def call
- system 'bundle exec rails generate simple_form:install'
+ system 'bundle exec rails generate simple_form:install -q'
git add: 'config'
git add: 'lib/templates'
git_commit 'Run `rails generate simple_form:install`'