6 lines
99 B
Ruby
6 lines
99 B
Ruby
class ApplicationController < ActionController::Base
|
|
def authenticate_member!
|
|
true
|
|
end
|
|
end
|