In View have you added  <%= flash[:notice] %>
and  <%= javascript_include_tag :defaults %>


On Aug 21, 10:35 pm, Abder-Rahman Ali <li...@ruby-forum.com> wrote:
> In the controller method I have the following:
>
> def create
>   @adv = Adv.new(params[:adv])
>   @adv.save
>   flash[:notice] = "Advertisement successfully created"
>   redirect_to "/advs...@adv.id}"
> end
>
> When I create a new "Adv", I DON'T get the message: "Advertisement
> successfully created"
>
> Why is that? What am I missing?
>
> Thanks.
> --
> Posted viahttp://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to