class Her::Collection

Public Instance Methods

to_json() click to toggle source

Call the overridden to_json in Userbin::Model

# File lib/userbin/models/model.rb, line 5
def to_json
  self.map { |m| m.to_json }
end