4 lines
163 B
Ruby
4 lines
163 B
Ruby
class ApplicationMetalController < ActionController::Metal
|
|
# Any shared behavior across metal-oriented controllers can go here.
|
|
include SessionCurrentUser
|
|
end
|