Sha256: b5cae9c8671e7d3b28b16d6f35a27f4f619fd1b6bd75ac50a64cab694c5fdb81
Contents?: true
Size: 371 Bytes
Versions: 12
Compression:
Stored size: 371 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
12 entries across 12 versions & 1 rubygems