chore: enable freeze string literals by comment
This commit is contained in:
parent
edeb9a46ec
commit
77fb0553fc
2262 changed files with 4520 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class API::Public::V1::BaseController < ApplicationController
|
||||
skip_forgery_protection
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class API::Public::V1::DossiersController < API::Public::V1::BaseController
|
||||
before_action :retrieve_procedure
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class API::Public::V1::JSONDescriptionProceduresController < API::Public::V1::BaseController
|
||||
skip_before_action :check_content_type_is_json
|
||||
before_action :retrieve_procedure
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class API::Public::V1::StatsController < API::Public::V1::BaseController
|
||||
before_action :retrieve_procedure
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue