metamaps--metamaps/app/policies/hack_policy.rb

6 lines
78 B
Ruby

class HackPolicy < ApplicationPolicy
def load_url_title?
true
end
end