1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/lib/kaminari
Leonard Chin 6e614149d1 Use Proc.new instead of lambda for scope_options.
lambda is strict about block parameters in 1.9.2,
so we might as well just use Proc.new.
2011-02-20 06:49:55 +09:00
..
active_record_extension.rb Use Proc.new instead of lambda for scope_options. 2011-02-20 06:49:55 +09:00
engine.rb documentation 2011-02-11 11:23:10 +09:00
helpers.rb Merge branch 'refactor' 2011-02-17 11:28:31 +09:00
mongoid_extension.rb Use Proc.new instead of lambda for scope_options. 2011-02-20 06:49:55 +09:00
railtie.rb better initializer name 2011-02-19 14:40:47 +09:00
tags.rb ensure it works on 3.0 2011-02-17 00:46:34 +09:00