I am learning Ruby and Rails.
I have a Ruby on Rails project that tracks jobs a server is running. Right now, when I manually create a new job, it announces:
<
I may be missing something obvious, but you should just be able to do
flash[:notice] = %Q[Created job number #{update.id}]
and then just make sure you're not escaping the content of the flash when you display it in your view.