Class: Stay::City

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

Class Method Summary collapse

Class Method Details

.ransackable_attributes(auth_object = nil) ⇒ Object



5
6
7
# File 'app/models/stay/city.rb', line 5

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