Sha256: 8583f13f545e94f650978687645db7c64c105ece39f45355c6ba938e20cd977c
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module Occams module Generators module Cms class ControllersGenerator < Rails::Generators::Base source_root File.expand_path(File.join(File.dirname(__FILE__), "../../../../app/controllers")) def generate_controllers directory "occams", "app/controllers/occams" end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
occams-1.0.0 | lib/generators/occams/cms/controllers_generator.rb |