Sha256: fb36c02af77cfc8b84d241e7a44b5ff6af9100bb480840f14c1b559b61c03ef7
Contents?: true
Size: 390 Bytes
Versions: 4
Compression:
Stored size: 390 Bytes
Contents
require 'rails/generators/base' # # deploy view and locale assets # module Invitation module Generators class ControllersGenerator < Rails::Generators::Base source_root File.expand_path("../../../../..", __FILE__) def create_controllers directory 'app/controllers' end def create_mailers directory 'app/mailers' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems