diff --git a/app/controllers/lettings_logs_controller.rb b/app/controllers/lettings_logs_controller.rb index 434c67e42..0e2e4470d 100644 --- a/app/controllers/lettings_logs_controller.rb +++ b/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