我創建了一個簡單的銀行應用程序This is the Link用於學習目的。所有的功能是迷人的工作,但我要檢查驗證,如果用戶輸入負值,如-100,所以它顯示錯誤或警報消息。那麼如何執行。 感謝提前:) _form.html.erb <%= form_for(@depositemoney) do |f| %>
<% if @depositemoney.errors.any? %>
我想在房間列表中添加照片上傳部分。當我嘗試點擊照片時出現此錯誤 undefined method 'count' for nil:NilClass rails <% if @photos.count > 0 %>。 我已經添加了一個photo_upload.html.erb頁和a _room_menu部分但仍然出現錯誤。 這裏是我的代碼: photos_controller.rb class P
在我的應用我有預訂和乘客,其中一個預訂有許多乘客。 創建一個新的預訂後,我想將通知發送給所有乘客,所以在我的預訂模式,我有: after_create :send_notification
def send_notification
self.passengers.each do |passenger|
#DO STUFF
end
end
這並不做任何事情,
js file
var i = 0;
var original = document.getElementById('middle-section');
document.getElementById('btn').onclick = duplicate();
function duplicate() {
var