Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module ExcelReports
|
||||
module AudioReports
|
||||
class BrayInnovationGroupMusicCueReportPolicy < ApplicationPolicy
|
||||
def show?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,9 @@
|
||||
module ExcelReports
|
||||
module AudioReports
|
||||
class DiscoveryMusicCueReportPolicy < ApplicationPolicy
|
||||
def show?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,9 @@
|
||||
module ExcelReports
|
||||
module AudioReports
|
||||
class NatGeoMusicCueSheetPolicy < ApplicationPolicy
|
||||
def show?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,9 @@
|
||||
module ExcelReports
|
||||
module AudioReports
|
||||
class NatGeoOriginalMusicLogPolicy < ApplicationPolicy
|
||||
def show?
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user