class ButtonsFor::Generators::InstallGenerator

Public Instance Methods

copy_translations() click to toggle source
# File lib/generators/buttons_for/install_generator.rb, line 8
def copy_translations
  copy_file "buttons_for.en.yml", "config/locales/buttons_for.en.yml"
end