Tôi đang cố thực hiện chuyển hướng trong khi đặt giá trị flash [: error]. (Đường ray 3.0.10)
Theo quan điểm của tôi, tôi có
<p id="error"><%= flash[:error] %></p>
<p id="notice"><%= flash[:notice] %></p>
Nếu tôi làm redirect_to show_path, :notice => "ok"
thì nó hoạt động tốt, nhưng nếu tôi làm redirect_to show_path, :error => "error"
thì nó không xuất hiện.
tôi có thể thiếu gì
redirect_to(show_path, {:flash => { :error => "Insufficient rights!" }})
. Định dạng này là cần thiết nếu bạn muốn tạo show_path với các tùy chọn url.