Kill trailing whitespace in ruby files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class PostVotesController < ApplicationController
|
||||
before_filter :privileged_only
|
||||
|
||||
|
||||
def create
|
||||
@post = Post.find(params[:post_id])
|
||||
@post.vote!(params[:score])
|
||||
|
||||
Reference in New Issue
Block a user