Class: Pah::Templates::Bullet

Inherits:
Pah::Template
  • Object
show all
Defined in:
lib/pah/templates/bullet.rb

Instance Method Summary collapse

Methods inherited from Pah::Template

#ask_unless_test, #copy_static_file, #git_commit, #static_files, #will_you_like_to?

Instance Method Details

#callObject



4
5
6
7
8
9
# File 'lib/pah/templates/bullet.rb', line 4

def call
  copy_static_file 'config/initializers/bullet.rb'

  git add: 'config/initializers/bullet.rb'
  git_commit 'Adding bullet config.'
end