| |
StaticMatic |
The syntax:
successfully passes local variables to the '_timeline' partial if the
/Library/Ruby/Gems/1.8/gems/staticmatic-0.9.4/lib/staticmatic/base.rb
On line 217, change
html.render(@scope) { yield }
= partial('timeline', {:a => 'A', :b => 'B'})
StaticMatic Base class has one line changed:
to
html.render(@scope, options) { yield }