Skip to content

Instantly share code, notes, and snippets.

@younthu
Created March 19, 2019 02:50
Show Gist options
  • Save younthu/37eccfa17dc019853cc00a2a89222d64 to your computer and use it in GitHub Desktop.
Save younthu/37eccfa17dc019853cc00a2a89222d64 to your computer and use it in GitHub Desktop.
ransack search ActsAsTaggableOn
Model:
class People < ActiveRecord
acts_as_taggable_on :genders,:features
end
index.html.erb
<%= search_form_for @q do |f| %>
<%= f.search_field :features_name_cont, class: "form-control", placeholder:type here" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment