mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
8 lines
110 B
Ruby
8 lines
110 B
Ruby
Person.blueprint do
|
|
name
|
|
email { "test@example.com" }
|
|
salary
|
|
only_sort
|
|
only_search
|
|
only_admin
|
|
end
|