A tool for generating Rails applications with the best practices of the Smashing Boxes team.
16
stars
2
forks
source link
[Documentation] Add comment in render helper for (NoMethodError (undefined method `**') fix #160
Closed
woolsox closed 5 years ago
Why?
When using a custom class you may be met with:
NoMethodError (undefined method "**" for #<ClassName>
It isn't exactly clear what the solution is for that, so a comment seemed helpful.
What Changed?
render_helper.rb
to take the guesswork out for Boxcar users when encountering this error.