<%= job.title %> <%= job.id %> <%= job.created_at %>
s
gives me:
test123 7123 2010-02-23 17:53:49 UTC
s
what is wrong with the ID of the DIV?
thx
<%= job.title %> <%= job.id %> <%= job.created_at %>
gives me:
test123 7123 2010-02-23 17:53:49 UTC
what is wrong with the ID of the DIV?
thx
On 30 March 2010 19:21, tom [email protected] wrote:
what is wrong with the ID of the DIV?
The “job.id” call isn’t inside Ruby delimiters, so it’s just getting
rendered as HTML.
You want:
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