Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module ExcelReports
|
||||
module GraphicReports
|
||||
class DiscoveryGfxCueListPolicy < ApplicationPolicy
|
||||
def show?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,9 @@
|
||||
module ExcelReports
|
||||
module GraphicReports
|
||||
class NatGeoTextGraphicsLogPolicy < ApplicationPolicy
|
||||
def show?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user