Skip to content

Commit

Permalink
Removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbert committed Feb 28, 2013
1 parent 4f75362 commit 9aad36f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/acts_as_votable/helpers/words.rb
@@ -1,9 +1,9 @@
module ActsAsVotable::Helpers

# this helper provides methods that help find what words are
# this helper provides methods that help find what words are
# up votes and what words are down votes
#
# It can be called
# It can be called
#
# votable_object.votable_words.that_mean_true
#
Expand Down
8 changes: 4 additions & 4 deletions lib/acts_as_votable/votable.rb
Expand Up @@ -6,13 +6,13 @@ module Votable
include Helpers::Words

def self.included base
# allow the user to define these himself

# allow the user to define these himself
aliases = {

:vote_up => [
:up_by, :upvote_by, :like_by, :liked_by, :vote_by,
:up_from, :upvote_from, :upvote_by, :like_from, :liked_from, :vote_from
:up_by, :upvote_by, :like_by, :liked_by, :vote_by,
:up_from, :upvote_from, :upvote_by, :like_from, :liked_from, :vote_from
],

:vote_down => [
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -61,7 +61,7 @@ class Voter < ActiveRecord::Base
end

class NotVoter < ActiveRecord::Base

end

class StiVoter < Voter
Expand Down

0 comments on commit 9aad36f

Please sign in to comment.