3 4 5
# File 'app/helpers/refinery/custom_assets_helper.rb', line 3 def custom_javascripts ::Refinery::Core.javascripts.uniq end
7 8 9
# File 'app/helpers/refinery/custom_assets_helper.rb', line 7 def custom_stylesheets ::Refinery::Core.stylesheets.uniq(&:path) end