Cross Reference: commit.rb
xref
: /
ontohub
/
app
/
models
/
commit.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
commit.rb revision f218a095cf4ca58d9ae4407675c82ff56bd27267
class
Commit
<
ActiveRecord
::
Base
attr_accessible
:
commit_oid
, :
repository
attr_accessible
:
author
, :
author_date
attr_accessible
:
commit_date
, :
committer
belongs_to
:
repository
end