Sha256: 27e95cb369c01e16f13a640e4c90d417d88bcb58b2399a83f31541c978975dfd
Contents?: true
Size: 318 Bytes
Versions: 9
Compression:
Stored size: 318 Bytes
Contents
require 'rails/generators' module HelpCenter module Generators class ControllersGenerator < Rails::Generators::Base source_root File.expand_path("../../../..", __FILE__) def copy_controllers directory 'app/controllers/help_center', 'app/controllers/help_center' end end end end
Version data entries
9 entries across 9 versions & 1 rubygems