I need that line in the index collection to represent most the
information of the entry as there will not be a built in hobo show
page for it only 2 custom pages. One showing actions from a selected
ip the other from a selected user.

On Mar 4, 4:40 pm, Bryan Larsen <[email protected]> wrote:
> > Regardless what i put in the vew tag it still shows Ip log 1, Ip log 2
> > etc
>
> 3 ways to fix this.
>
> 1) in your model
>
> fields do
>    ip :string, :name => true
> end
>
> 2) in your model
>
> def name
>    ip
> end
>
> 3) in your view:
>
> <def tag="view" for="IpLog">
>    <view:ip/>
> </def>

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