Introduction
Introduction Statistics Contact Development Disclaimer Help
settings.rb - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
git clone git://jay.scot/warvox
Log
Files
Refs
README
---
settings.rb (332B)
---
1 # == Schema Information
2 #
3 # Table name: settings
4 #
5 # id :integer not null, primary key
6 # var :string(255) not null
7 # value :text
8 # thing_id :integer
9 # thing_type :string(30)
10 # created_at :datetime
11 # updated_at :datetime
12 #
13
14 class Settings < RailsSettings::Base
15 # attr_accessible :var
16 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.