I'm learning RoR and working on a simple app to share posts. My trouble is creating the posts and displaying them on a separate page(not sure where my error is). When a "user" goes to post an "event" I get an undefined method:
undefined method `model_name' for NilClass:Class 12: <%= render @events %>
I thought I had defined the method properly, but I guess not.
Thanks in advance for any help you can give.