Hello,

I'm trying to disable the 'edit' link on a listing, as per

http://wiki.github.com/activescaffold/active_scaffold/api-action-link

but when I try to add

  config.edit.link = false

to the configuration, I get the following error:

undefined method `edit' for Admin::PeopleController:Class

/Users/oliver/Sites/workout-contacts-admin-test2/vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb:24:in
`send'
/Users/oliver/Sites/workout-contacts-admin-test2/vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb:24:in
`method_missing'
/Users/oliver/Sites/workout-contacts-admin-test2/vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb:186:in
`method_missing'
/Users/oliver/Sites/workout-contacts-admin-test2/app/controllers/admin/people_controller.rb:32:in
`__instance_exec0'

has the API changed by any chance?

best
Oliver

--

You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.


Reply via email to