netzke / netzke-core

Framework for Sencha Ext JS + Ruby on Rails client-server components
http://netzke.org
Other
263 stars 77 forks source link

undefined method `attr_accessible' in index.html.erb #79

Closed iamtarun closed 8 years ago

iamtarun commented 9 years ago

undefined method `attr_accessible' for #Class:0x007fa02c1ffe40

<%= netzke :tasks, height: 400 %>

nathanvda commented 9 years ago

You can add the gem 'protected_attributes' to your Gemfile to make sure it still works.

mxgrn commented 8 years ago

Closing due to inactivity.