Add rubocop spacing rules
We were following these rules in most places; we just didn't define them anywhere.
This commit is contained in:
@@ -98,7 +98,7 @@ module Budgets
|
||||
end
|
||||
|
||||
def json_data
|
||||
investment = Budget::Investment.find(params[:id])
|
||||
investment = Budget::Investment.find(params[:id])
|
||||
data = {
|
||||
investment_id: investment.id,
|
||||
investment_title: investment.title,
|
||||
|
||||
Reference in New Issue
Block a user