hummingbird-me/hummingbird

View on GitHub
app/models/streamer.rb

Summary

Maintainability
A
0 mins
Test Coverage
# == Schema Information
#
# Table name: streamers
#
#  id        :integer          not null, primary key
#  site_name :string(255)      not null
#

class Streamer < ActiveRecord::Base
end