Module: IE::Compat
- Defined in:
- lib/ie/compat/engine.rb,
lib/ie/compat/version.rb,
lib/ie/compat/assets_path.rb,
lib/ie/compat/view_helper.rb,
lib/ie/compat/active_admin.rb
Defined Under Namespace
Modules: ActiveAdminBasePage, ViewHelper
Classes: Engine
Constant Summary
collapse
- VERSION =
'0.1.2'
- IE_COMPAT_ASSETS_PATH =
File.expand_path('../../../assets', __FILE__).freeze
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.assets_path ⇒ Object
9
10
11
|
# File 'lib/ie/compat/assets_path.rb', line 9
def self.assets_path
IE_COMPAT_ASSETS_PATH
end
|
Instance Method Details
#ie_compat_assets_path ⇒ Object
5
6
7
|
# File 'lib/ie/compat/assets_path.rb', line 5
def ie_compat_assets_path
IE_COMPAT_ASSETS_PATH
end
|