LoginSignup
0
0

More than 5 years have passed since last update.

既存の認証実装が存在してbefore_actionで呼ばれるのを/adminで回避する方法

config/initializers/active_admin.rbに下記を追加しましょう。Rails4はbefore_actionに変わりましたが、active_adminはbefore_filterのままなのが嵌まりどころです。

config.skip_before_filter :do_something_awesome

以下、追記していく予定です。

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