Thanks, that solved the problem with the Edit, Delete, and Show
buttons. But the index view doesn't show any of the record's columns.
You get a table that just shows the Edit, Delete, and Show buttons,
but nothing else. And when you click the Create New button, the create
form opens, but it doesn't have any fields.
On Oct 16, 6:30 pm, Nick Rogers <
ncrog...@gmail.com> wrote:
> I believe the argument in the *_authorized? methods in the controller needs
> to have a default, because in some places within active_scaffold they are
> called without an argument.
>
> For example:
>
> def update_authorized?(record = nil)
> current_user.update_allowed?
> end
>