Sha256: 2a2a8c45c733c6e1b821d2f302af7e0654ef7e873e060fda3d16fef91bfa044e
Contents?: true
Size: 756 Bytes
Versions: 2
Compression:
Stored size: 756 Bytes
Contents
=begin Camaleon CMS is a content management system Copyright (C) 2015 by Owen Peredo Diaz Email: owenperedo@gmail.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License (GPLv3) for more details. =end class Plugins::Attack::Models::Attack < ActiveRecord::Base attr_accessible :path, :browser_key belongs_to :site end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
camaleon_cms-2.2.1 | app/apps/plugins/attack/models/attack.rb |
camaleon_cms-2.2.0 | app/apps/plugins/attack/models/attack.rb |