Browse Source

revert change to create

pull/1169/head
natdeanlewissoftwire 3 years ago committed by GitHub
parent
commit
e1fe319401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/controllers/lettings_logs_controller.rb

4
app/controllers/lettings_logs_controller.rb

@ -20,9 +20,7 @@ class LettingsLogsController < LogsController
end
def create
super do
LettingsLog.new(log_params)
end
super { LettingsLog.new(log_params) }
end
def update

Loading…
Cancel
Save