diff --git a/app/models/gather_map.rb b/app/models/gather_map.rb index 3b10f2c..e63ab4a 100644 --- a/app/models/gather_map.rb +++ b/app/models/gather_map.rb @@ -19,7 +19,7 @@ class GatherMap < ActiveRecord::Base def to_s self.map.to_s - endD + end def init_variables self.votes = 0 diff --git a/app/views/bans/index.html.erb b/app/views/bans/index.html.erb index 6dffffc..d3bf979 100644 --- a/app/views/bans/index.html.erb +++ b/app/views/bans/index.html.erb @@ -10,5 +10,4 @@ <%= render partial: "list", locals: { bans: @bans.ineffective } %> <%= link_to 'New Ban', new_ban_path, class: 'button' %> - - \ No newline at end of file + \ No newline at end of file diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 0643014..692df64 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -10,7 +10,7 @@