Sha256: 60a9ad3aaefba05bd34909d23ffe08c6757c4ce889bccef36ad77c1bd214509b
Contents?: true
Size: 370 Bytes
Versions: 17
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true module Comfy 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 "comfy", "app/controllers/comfy" end end end end end
Version data entries
17 entries across 17 versions & 6 rubygems