Sha256: 2497f2aaa70581c0c8266379a712a636eb80fb3d7ac71b0f582790dff078ac2b
Contents?: true
Size: 398 Bytes
Versions: 11
Compression:
Stored size: 398 Bytes
Contents
module MorriganEditorRails module ApplicationHelper def iframe_stylesheet if ::MorriganEditorRails::Engine::config.respond_to?('iframe_css_file_name') ActionController::Base.helpers.asset_path(::MorriganEditorRails::Engine::config.iframe_css_file_name) else ActionController::Base.helpers.asset_path('morrigan_editor_rails/iframe.css') end end end end
Version data entries
11 entries across 11 versions & 1 rubygems