Apply IndentationConsistency rubocop rule

This commit is contained in:
Javi Martín
2019-06-18 02:34:40 +02:00
parent e252d82cdb
commit 47b2c42a1d
36 changed files with 425 additions and 425 deletions

View File

@@ -13,8 +13,8 @@ class Admin::DebatesController < Admin::BaseController
private
def resource_model
Debate
end
def resource_model
Debate
end
end