Browse Source

fix can toot whitespace (#2218)

pull/5/head
ばん 9 years ago committed by Eugen
parent
commit
5817bae2da
  1. 5
      config/initializers/fast_blank.rb

5
config/initializers/fast_blank.rb

@ -0,0 +1,5 @@
if String.method_defined?(:blank_as?)
class String
alias_method :blank?, :blank_as?
end
end
Loading…
Cancel
Save