5 lines
78 B
Ruby
5 lines
78 B
Ruby
class HackPolicy < ApplicationPolicy
|
|
def load_url_title?
|
|
true
|
|
end
|
|
end
|