Sha256: c3fd6f9a98559f89c8fcafe62349c025aa1b98bd77d4f787b4aef19058ddbcf9
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
require 'rails/generators/base' # # deploy view and locale assets # module Authenticate 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authenticate-0.3.1 | lib/generators/authenticate/controllers/controllers_generator.rb |