Sha256: b0620b3b8c1d9b176ac0e78418e82b089ee5e16c6a2e2fcbc92a0f1e150868b2
Contents?: true
Size: 246 Bytes
Versions: 5
Compression:
Stored size: 246 Bytes
Contents
require "rails/generators/erb/controller/controller_generator" module Strada module Generators class ControllerGenerator < Erb::Generators::ControllerGenerator source_root File.expand_path("../templates", __FILE__) end end end
Version data entries
5 entries across 5 versions & 1 rubygems