Cross Reference: commit_reference.rb
xref
: /
ontohub
/
app
/
models
/
commit_reference.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
commit_reference.rb revision 46dd7ca898be6d5dbdfda64fd90ce01e253c0878
class
CommitReference
attr_accessor
:
id
include
ActiveModel
::
Conversion
include
ActiveModel
::
Validations
extend
ActiveModel
::
Naming
def
initialize
(
id
)
@
id
=
id
end
def
persisted
?
false
end
end