test/dummy/app/models/account.rb in trust-0.8.3 vs test/dummy/app/models/account.rb in trust-1.4.2
- old
+ new
@@ -21,10 +21,10 @@
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
class Account < ActiveRecord::Base
- attr_accessible :name, :client_id
+ # attr_accessible :name, :client_id
belongs_to :client
belongs_to :created_by, :class_name => 'User'
before_create :set_owner