⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
MyCyma
All Projects
MyCyma
Overview
Activity
Issues
Repository
Download (246 Bytes)
Statistics
| Branch:
master
| Tag:
0.2.0
| Revision:
root
/
app
/
controllers
/
view_controller.rb
@ bf5b5265
View
History
Annotate
class
ViewController
<
ApplicationController
def
artwork
@artwork
=
Artwork
.
find
(
params
[
:id
])
end
def
set
@artwork_set
=
ArtworkSet
.
find
(
params
[
:id
])
end
def
group
@artwork_group
=
ArtworkGroup
.
find
(
params
[
:id
])
end
end
« Previous
1
…
3
4
5
6
Next »
(5-5/6)
Loading...