⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
MyCyma
All Projects
MyCyma
Overview
Activity
Issues
Repository
Download (232 Bytes)
Statistics
| Branch:
master
| Tag:
0.2.0
| Revision:
root
/
app
/
models
/
artwork_step.rb
@ bf5b5265
View
History
Annotate
class
ArtworkStep
<
ActiveRecord
::
Base
belongs_to
:artwork
before_save
{
|
model
|
model
.
position
||=
0
}
def
self
.
base_upload_path
"public/images/artwork_steps"
end
def
human_size
"
#{
height
}
x
#{
width
}
"
end
end
« Previous
1
…
6
7
8
9
10
…
13
Next »
(8-8/13)
Loading...