lib/bikepoa/station.rb in bikepoa-tools-0.3.0 vs lib/bikepoa/station.rb in bikepoa-tools-0.3.1

- old
+ new

@@ -14,9 +14,12 @@ force_integer :id force_integer :size force_integer :available + force_utf8 :name + force_utf8 :address + def active? self.online == 'A' end def to_s