diff options
Diffstat (limited to 'extra/sample_plugin/app/controllers/example_controller.rb')
-rw-r--r-- | extra/sample_plugin/app/controllers/example_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/sample_plugin/app/controllers/example_controller.rb b/extra/sample_plugin/app/controllers/example_controller.rb index a04c923fb..d38d01d91 100644 --- a/extra/sample_plugin/app/controllers/example_controller.rb +++ b/extra/sample_plugin/app/controllers/example_controller.rb @@ -1,5 +1,3 @@ -# frozen_string_literal: false - # Sample plugin controller class ExampleController < ApplicationController layout 'base' |