Class: Stay::State

Inherits:
ApplicationRecord show all
Defined in:
app/models/stay/state.rb

Class Method Summary collapse

Class Method Details

.ransackable_attributes(auth_object = nil) ⇒ Object



8
9
10
# File 'app/models/stay/state.rb', line 8

def self.ransackable_attributes(auth_object = nil)
  ["name"]
end