LoginSignup
0
0

More than 5 years have passed since last update.

slim使用時に発生するkaminariのエラー

Last updated at Posted at 2016-09-26

問題

kaminariで以下のようなエラーが発生した。

NoMethodError in Contents#index

Showing /Users/.../vendor/bundle/ruby/2.3.0/bundler/gems/kaminari-be3a2c9a2182/app/views/kaminari/_paginator.html.erb where line #9 raised:

undefined method `safe_append=' for "":ActiveSupport::SafeBuffer
# index.html.slim
= paginate @hoges

解決方法

以下のコマンドを打つ。

rails generate kaminari:views default -e slim

参考サイト

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0