Consistent spacing
Temporarily… because there are 2 kinds of Ruby developers, those who indent methods under `private` and does who don’t https://gist.github.com/joefiorini/1049083#gistcomment-37692
This commit is contained in:
@@ -16,9 +16,9 @@ class Budget
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def generate_slug?
|
def generate_slug?
|
||||||
slug.nil? || budget.drafting?
|
slug.nil? || budget.drafting?
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user