merged/test/dummy/app/controllers/application_controller.rb

6 lines
99 B
Ruby
Raw Normal View History

class ApplicationController < ActionController::Base
def authenticate_member!
true
end
end