diff options
| author | Vlatka Pavisic | 2017-02-13 17:39:30 +0100 |
|---|---|---|
| committer | Vlatka Pavisic | 2017-02-13 17:39:36 +0100 |
| commit | 49c1de150c9ef38c00247a51b91150efdd5cc3dc (patch) | |
| tree | c9e4832efa0c55dea4889842adf5b407d37d1425 /app/controllers/referential_companies_controller.rb | |
| parent | 55468b29bb5b23bfeb8ebe439ed62e5214284a3d (diff) | |
| download | chouette-core-49c1de150c9ef38c00247a51b91150efdd5cc3dc.tar.bz2 | |
Refs #2596 : Replace creation_time with timestamps
Diffstat (limited to 'app/controllers/referential_companies_controller.rb')
| -rw-r--r-- | app/controllers/referential_companies_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/referential_companies_controller.rb b/app/controllers/referential_companies_controller.rb index 882796951..0966389b4 100644 --- a/app/controllers/referential_companies_controller.rb +++ b/app/controllers/referential_companies_controller.rb @@ -45,7 +45,7 @@ class ReferentialCompaniesController < ChouetteController end def company_params - params.require(:company).permit( :objectid, :object_version, :creation_time, :creator_id, :name, :short_name, :organizational_unit, :operating_department_name, :code, :phone, :fax, :email, :registration_number, :url, :time_zone ) + params.require(:company).permit( :objectid, :object_version, :creator_id, :name, :short_name, :organizational_unit, :operating_department_name, :code, :phone, :fax, :email, :registration_number, :url, :time_zone ) end private |
