Sha256: 5055bd3f27c5ee28961d9a17d1684aae33cc5b384309c889f23c0c2aa9c45f65
Contents?: true
Size: 343 Bytes
Versions: 2
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true module ActionFacade module Generators class InstallGenerator < ::Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def copy_application_facade_file template "application_facade.rb", File.join("app/facades/application_facade.rb") end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lightrails-0.0.7 | lib/generators/action_facade/install_generator.rb |
lightrails-0.0.6 | lib/generators/action_facade/install_generator.rb |