controller correction:
___________________________________________
class ThingsController < ApplicationController
hobo_model_controller
auto_actions :all
def show
@rando = Thing.find :first, :limit => 1, :offset =>
rand(Thing.count)
end
end
and in the page i also tried
<card with="&@rando.name"/>
<view with="&@rando.name"/>
and got identical results
--
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.