Sha256: 19a18083b9e49185ddc427306bd07a5b2b5a3e5c867594921f9ff56219e82f65
Contents?: true
Size: 297 Bytes
Versions: 3
Compression:
Stored size: 297 Bytes
Contents
## # The only difference between this and a regular Rails::GemPlugin is that # these won't act as engines. This allows us to prioritize their load paths # above the default Radiant core paths. module Radiant class ExtensionGem < Rails::GemPlugin def engine? false end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
radiant-1.0.0.rc2 | lib/radiant/extension_gem.rb |
radiant-1.0.0.rc1 | lib/radiant/extension_gem.rb |
radiant-rails3-0.1 | lib/radiant/extension_gem.rb |