Cross Reference: project.rb
xref
: /
httpd
/
docs
/
manual
/
mod
/
mod_usertrack.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
project.rb revision 5b6f49391291b25c13e660ebdfcf80424cf941b2
class
Project
<
ActiveRecord
::
Base
has_and_belongs_to_many
:
ontologies
attr_accessible
:
contact
, :
description
, :
homepage
, :
institution
, :
name
validates
:
name
,
presence
:
true
,
uniqueness
:
true
validates
:
homepage
,
format
:
{
with
:
URI
::
regexp
(
Settings.allowed
_iri_schemes
)
,
allow_blank
:
true
}
end