aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/rails/conductor/base_controller.rb
diff options
context:
space:
mode:
authorDino Maric <dino.onex@gmail.com>2018-12-14 11:06:12 +0100
committerDino Maric <dino.onex@gmail.com>2018-12-14 11:06:12 +0100
commit4412ca6dac7dce284e2010678f7f2e276d60e4d1 (patch)
treeef47c14cd5164aa74ec0ffea4a4a553dd1e32ab4 /app/controllers/rails/conductor/base_controller.rb
parentaf7d237002aca9667f28923f7181db7cb5e51460 (diff)
downloadrails-4412ca6dac7dce284e2010678f7f2e276d60e4d1.tar.gz
rails-4412ca6dac7dce284e2010678f7f2e276d60e4d1.tar.bz2
rails-4412ca6dac7dce284e2010678f7f2e276d60e4d1.zip
Add frozen_string_literal: true to match Rails codebase
Diffstat (limited to 'app/controllers/rails/conductor/base_controller.rb')
-rw-r--r--app/controllers/rails/conductor/base_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/rails/conductor/base_controller.rb b/app/controllers/rails/conductor/base_controller.rb
index cfa0b84963..c95a7f3b93 100644
--- a/app/controllers/rails/conductor/base_controller.rb
+++ b/app/controllers/rails/conductor/base_controller.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
# TODO: Move this to Rails::Conductor gem
class Rails::Conductor::BaseController < ActionController::Base
layout "rails/conductor"