diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-22 11:12:06 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-22 11:12:06 -0700 |
| commit | ef7eeb8ed18092bde97ebc30d249d32e56d5645f (patch) | |
| tree | 28b6d98b366230ee1a0e559272ffee18d38c9b3f /app/controllers/application_controller.rb | |
| parent | 64d63822a09d674d1257759b593a562711305d75 (diff) | |
found a weird bug with jbuilder and trying to render the location json node.
Diffstat (limited to 'app/controllers/application_controller.rb')
| -rw-r--r-- | app/controllers/application_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 1b2f9f7..424262c 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -5,7 +5,6 @@ class ApplicationController < ActionController::Base before_filter :load_additional_payload_data rescue_from StandardError, with: :return_server_error - def load_additional_payload_data @license_statuses = LicenseStatus::ALL @well_types = WellType::ALL |
