Module: Chartkick
- Defined in:
- lib/chartkick.rb,
lib/chartkick/engine.rb,
lib/chartkick/helper.rb,
lib/chartkick/version.rb
Defined Under Namespace
Modules: Helper Classes: Engine
Constant Summary collapse
- VERSION =
"4.2.0"
Class Attribute Summary collapse
-
.content_for ⇒ Object
Returns the value of attribute content_for.
-
.options ⇒ Object
Returns the value of attribute options.
Class Attribute Details
.content_for ⇒ Object
Returns the value of attribute content_for.
18 19 20 |
# File 'lib/chartkick.rb', line 18 def content_for @content_for end |
.options ⇒ Object
Returns the value of attribute options.
19 20 21 |
# File 'lib/chartkick.rb', line 19 def @options end |