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