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

there is no need to slash a single qoute in double qoutes

This commit is contained in:
Sergey Parizhskiy 2011-12-15 15:28:56 +02:00 committed by Akira Matsuda
parent 3cf929f7d0
commit 83f8395433

View file

@ -15,7 +15,7 @@ module Kaminari
begin
require framework
rescue NameError => e
raise "can\'t load framework #{framework.inspect}. Have you added it to Gemfile?"
raise "can't load framework #{framework.inspect}. Have you added it to Gemfile?"
end
end
end