class AllSeeingEyeGenerator

Public Instance Methods

manifest() click to toggle source
# File lib/generators/all_seeing_eye/all_seeing_eye_generator.rb, line 2
def manifest
  record do |m|
    m.template('all_seeing_eye.yml', "config/all_seeing_eye.yml")
  end
end