Closed markquezada closed 11 years ago
It looks like the events controller is missing the call to actually run the before_filter so @page is undefined and crashes the view if you try to use something like @page.content_for(:body) in your templates.
@page
@page.content_for(:body)
Seems legit; thanks!
Thanks!
It looks like the events controller is missing the call to actually run the before_filter so
@page
is undefined and crashes the view if you try to use something like@page.content_for(:body)
in your templates.