metamaps--metamaps/app/policies/main_policy.rb

12 lines
136 B
Ruby
Raw Permalink Normal View History

2016-09-24 03:00:46 +00:00
# frozen_string_literal: true
2017-11-25 19:23:47 +00:00
class MainPolicy < ApplicationPolicy
def home?
true
end
def requestinvite?
true
end
end