traveller/app/controllers/application_controller.rb

6 lines
125 B
Ruby

class ApplicationController < ActionController::Base
def resource_class
controller_path.classify.constantize
end
end