Sha256: 5211b9246cef971a36d959bf7835d6b32bc980dd03c2c3dd245fc4a15885ebae

Contents?: true

Size: 441 Bytes

Versions: 8

Compression:

Stored size: 441 Bytes

Contents

module Pah
  module Templates
    class SimpleForm < Pah::Template
      def call
        system 'bundle exec rails generate simple_form:install -q'

        git add: 'config'
        git add: 'lib/templates'
        git_commit 'Run `rails generate simple_form:install`'

        copy_static_file 'config/locales/simple_form.pt-BR.yml'
        git add: 'config'
        git_commit 'Add simple_form pt-BR locale.'
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pah-0.0.28 lib/pah/templates/simple_form.rb
pah-0.0.27 lib/pah/templates/simple_form.rb
pah-0.0.26 lib/pah/templates/simple_form.rb
pah-0.0.25 lib/pah/templates/simple_form.rb
pah-0.0.24 lib/pah/templates/simple_form.rb
pah-0.0.23 lib/pah/templates/simple_form.rb
pah-0.0.22 lib/pah/templates/simple_form.rb
pah-0.0.21 lib/pah/templates/simple_form.rb