Sha256: 67c246be9519d6547ccfb9c9cbcb264f6051bfc2c53f88c705a6bb8e7931a53f
Contents?: true
Size: 304 Bytes
Versions: 5
Compression:
Stored size: 304 Bytes
Contents
require 'rails/generators/erb/controller/controller_generator' module Haml module Generators class ControllerGenerator < Erb::Generators::ControllerGenerator source_root File.expand_path("../templates", __FILE__) protected def handler :haml end end end end
Version data entries
5 entries across 5 versions & 1 rubygems