Closed pnomolos closed 8 years ago
I've changed that in Cells 4.1 (and upcoming 5.0). The main point is you shouldn't mix naming styles, and in that sense, Concept::cell
will alias to concept
which will now resolve a concept cell, and not an old-style cell anymore.
Thanks for reporting!
@apotonick Cool, thanks!
Right now I've added
to a rails initializer so that I can use
concept
inside a concept that's being rendered.