Introduction
Introduction Statistics Contact Development Disclaimer Help
line_attribute.rb - warvox - VoIP based wardialing tool, forked from rapid7/war…
git clone git://jay.scot/warvox
Log
Files
Refs
README
---
line_attribute.rb (476B)
---
1 # == Schema Information
2 #
3 # Table name: line_attributes
4 #
5 # id :integer not null, primary key
6 # created_at :datetime
7 # updated_at :datetime
8 # line_id :integer not null
9 # project_id :integer not null
10 # name :text not null
11 # value :binary not null
12 # content_type :string(255) default("text")
13 #
14
15 class LineAttribute < ApplicationRecord
16 belongs_to :line
17 belongs_to :project
18 end
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.