mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
9 lines
184 B
Ruby
9 lines
184 B
Ruby
module AbstractController
|
|
module AssetPaths
|
|
extend ActiveSupport::Concern
|
|
|
|
included do
|
|
config_accessor :assets_dir, :javascripts_dir, :stylesheets_dir
|
|
end
|
|
end
|
|
end |