On 26/10/11 15:10, kevinpfromnm wrote:
:read_only and :write_only work when they're the first entry.  try:

auto_actions :write_only, :show, :index
--
You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/tjgqhawqMjMJ.
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/hobousers?hl=en.

auto_actions :write_only, :read_only
is just like
auto_actions :create, :update, :destroy :show, :index

There should be no edit page. My mistake. It is doing what it should.

update without edit is a problem.
edit without show is no problem unless there is no index page.
create without new is no problem unless we don't have an index page.

--
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en.

Reply via email to