Initial commit

This commit is contained in:
Senad Uka
2020-05-31 22:38:19 +02:00
commit 858fafc3c5
1280 changed files with 65918 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
module ExcelReports
module AudioReports
class BrayInnovationGroupMusicCueReportPolicy < ApplicationPolicy
def show?
true
end
end
end
end

View File

@@ -0,0 +1,9 @@
module ExcelReports
module AudioReports
class DiscoveryMusicCueReportPolicy < ApplicationPolicy
def show?
true
end
end
end
end

View File

@@ -0,0 +1,9 @@
module ExcelReports
module AudioReports
class NatGeoMusicCueSheetPolicy < ApplicationPolicy
def show?
true
end
end
end
end

View File

@@ -0,0 +1,9 @@
module ExcelReports
module AudioReports
class NatGeoOriginalMusicLogPolicy < ApplicationPolicy
def show?
true
end
end
end
end

View File

@@ -0,0 +1,9 @@
module ExcelReports
module GraphicReports
class DiscoveryGfxCueListPolicy < ApplicationPolicy
def show?
true
end
end
end
end

View File

@@ -0,0 +1,9 @@
module ExcelReports
module GraphicReports
class NatGeoTextGraphicsLogPolicy < ApplicationPolicy
def show?
true
end
end
end
end

View File

@@ -0,0 +1,9 @@
module ExcelReports
module IssuesAndConcernsReports
class IssuesAndConcernsReportPolicy < ApplicationPolicy
def show?
true
end
end
end
end

View File

@@ -0,0 +1,9 @@
module ExcelReports
module VideoReports
class DiscoveryProductionElementsLogPolicy < ApplicationPolicy
def show?
true
end
end
end
end

View File

@@ -0,0 +1,9 @@
module ExcelReports
module VideoReports
class NatGeoLegalBinderLogPolicy < ApplicationPolicy
def show?
true
end
end
end
end