Class: InscriptioCursualis::StreetType

Inherits:
Model
  • Object
show all
Defined in:
app/models/inscriptio_cursualis/street_type.rb

Direct Known Subclasses

StreetType

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.activeObject



11
12
13
# File 'app/models/inscriptio_cursualis/street_type.rb', line 11

def self.active
  where(inactive: false)
end

Instance Method Details

#to_sObject



15
16
17
# File 'app/models/inscriptio_cursualis/street_type.rb', line 15

def to_s
  name
end