docbrown/app/controllers/application_metal_controller.rb

4 lines
163 B
Ruby

class ApplicationMetalController < ActionController::Metal
# Any shared behavior across metal-oriented controllers can go here.
include SessionCurrentUser
end