Module | Markaby::Rails::Helpers |
In: |
lib/markaby/rails/current.rb
|
allow fragments to act as strings. url_for has a case statment in it:
case options when String
...
which essential is doing the following:
String === options
That assertion fails with Markaby::Fragments, which are essential builder/string fragments.