class Project
- Project
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/project.cr:1models/project.cr:3
Constructors
Class Method Summary
Instance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #is_active : Bool
- #is_active=(is_active : Bool)
- #is_billable : Bool
- #is_billable=(is_billable : Bool)
- #name : String
- #name=(name : String)
-
#set_timestamps(*, to time = Time.local(Granite.settings.default_timezone), mode = :create)
Override Granites created_at/updated_at handling.
- #updated_at : Time
- #updated_at=(updated_at : Time)
Constructor Detail
Class Method Detail
Instance Method Detail
Override Granites created_at/updated_at handling.