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:
parent
3cf929f7d0
commit
83f8395433
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue