hello
the scaffolding created a list
def list
@trade_pages, @trades = paginate :trades, :per_page => 50
end
how to i change it so that the @trades will contain the result of a
custom sql?
thanks
seede
hello
the scaffolding created a list
def list
@trade_pages, @trades = paginate :trades, :per_page => 50
end
how to i change it so that the @trades will contain the result of a
custom sql?
thanks
seede
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs