1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Defects grape gem.

This commit is contained in:
Łukasz Śliwa 2012-03-13 23:29:51 +01:00
parent be46fb7648
commit c5659eb03f

View file

@ -4,6 +4,7 @@ module Kaminari
case
when rails? then frameworks << 'rails'
when sinatra? then frameworks << 'sinatra/base'
when grape? then frameworks << 'grape'
end
frameworks
end