I have a scenario where there are details about a model that are to
ultimately be kept from public consumption and only visible and
alterable by the administration.  Traditionally I would put that into
a "detail" or hidden table that belongs_to the parent table so that
only the parent table or model and it's contents are visible to the
public.  Presently I had some complications with this detail table in
terms of ActiveRecord inheritance and so I simply integrated these
details into the main model...

Is this a problem or is there a way to limit specific fields in a
table/model based upon user types (authenticated vs not authenticated
for example)?  Otherwise I'll have to rethink the model relationships.

Thanks!

-- 
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