Sha256: d23a4c46d089a09c6e46ff1089d242c1da37760b600382b5117c6cf18639f82d
Contents?: true
Size: 427 Bytes
Versions: 21
Compression:
Stored size: 427 Bytes
Contents
# frozen_string_literal: true module ActiveRepresenter module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def copy_application_representer_file template "app/representers/application_representer.rb" end def create_concerns_directory create_file "app/representers/concerns/.keep" end end end end
Version data entries
21 entries across 21 versions & 1 rubygems