mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Removed old #attr_accessible... comments
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
class Employee < ActiveRecord::Base
|
||||
unloadable
|
||||
has_many :users
|
||||
#attr_accessible :name
|
||||
validates_presence_of :id, :name
|
||||
|
||||
def self.get_base
|
||||
|
||||
Reference in New Issue
Block a user