This website requires JavaScript.
Explore
Help
Sign In
localhots
/
oldhaven
Watch
1
Star
0
Fork
You've already forked oldhaven
0
Code
Releases
Activity
10486b5150
oldhaven
/
rails
/
app
/
controllers
/
artist_controller.rb
7 lines
104 B
Ruby
Raw
Blame
History
class
ArtistController
<
ApplicationController
def
view
@artist
=
Artist
.
find
(
params
[
:id
]
)
end
end
View Git Blame
Copy Permalink