lib/generators/tailwindcss/controller/controller_generator.rb



require "rails/generators/erb/controller/controller_generator"

module Tailwindcss
  module Generators
    class ControllerGenerator < Erb::Generators::ControllerGenerator
      source_root File.expand_path("../templates", __FILE__)
    end
  end
end