Module: Chartkick
- Defined in:
- lib/chartkick.rb,
lib/chartkick/utils.rb,
lib/chartkick/engine.rb,
lib/chartkick/helper.rb,
lib/chartkick/version.rb
Defined Under Namespace
Modules: Helper, Utils Classes: Engine
Constant Summary collapse
- VERSION =
"5.1.2"
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.
23 24 25 |
# File 'lib/chartkick.rb', line 23 def content_for @content_for end |
.options ⇒ Object
Returns the value of attribute options.
24 25 26 |
# File 'lib/chartkick.rb', line 24 def @options end |