aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/helpers/precompile_helper.rb
blob: ca7927f6fbbf1044f2c9f116aa9502dcdebbad61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module Sprockets
  module Helpers
    module PrecompileHelper
      def controller
        nil
      end

      def config
        Rails.application.config.action_controller
      end
    end
  end
end