frozen_string_literal removed

frozen_string_literal magic comment has been removed until a decission
is taken regarding to its convenience.
This commit is contained in:
Juan Salvador Pérez García
2018-06-22 15:11:06 +02:00
parent 690cdd9b48
commit 8bb3d5b3ab
13 changed files with 0 additions and 25 deletions

View File

@@ -1,6 +1,3 @@
# frozen_string_literal: true
# Proposals dashboard
class ProposalsDashboardController < ApplicationController
before_action :authenticate_user!