765a9426942bbe3e6e39f963246d8a742c059712
[feedcatcher.git] / vendor / rails / railties / lib / rails_generator / generators / components / resource / templates / controller.rb
1 class <%= controller_class_name %>Controller < ApplicationController
2 end