class ActiveRepresenter::Generators::InstallGenerator

Public Instance Methods

copy_application_representer_file() click to toggle source
# File lib/generators/active_representer/install_generator.rb, line 8
def copy_application_representer_file
  template "app/representers/application_representer.rb"
end
create_concerns_directory() click to toggle source
# File lib/generators/active_representer/install_generator.rb, line 12
def create_concerns_directory
  create_file "app/representers/concerns/.keep"
end