Module: Dolly::FrameworkHelper
- Included in:
- Connection, Document, DocumentCreation
- Defined in:
- lib/dolly/framework_helper.rb
Instance Method Summary collapse
Instance Method Details
#rails? ⇒ Boolean
3 4 5 |
# File 'lib/dolly/framework_helper.rb', line 3 def rails? defined?(ActiveSupport::HashWithIndifferentAccess) end |