LoginSignup
8
6

More than 5 years have passed since last update.

ransackでカラム値がnullのものを検索

Posted at

ransackでカラム値がnullのものを検索する場合はカラム名_nullをtrueにして検索すればよい。カラム名_is_nullとかしてた。

チェックボックスにチェックをいれるとnameカラムがnullのものを検索する場合は以下のような感じ。

<%= f.check_box :name_null %>
8
6
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
8
6