Add surrounding space in default value assignment

This commit is contained in:
hoshitocat 2015-07-12 16:39:14 +09:00
parent 8b30302f3b
commit 9927d9944e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ module Ransack
private
def extract_attributes_and_predicate(key, context=nil)
def extract_attributes_and_predicate(key, context = nil)
str = key.dup
name = Predicate.detect_and_strip_from_string!(str)
predicate = Predicate.named(name)