This website requires JavaScript.
Explore
Help
Sign In
FreakU
/
Retrospring
Watch
1
Star
0
Fork
You've already forked Retrospring
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a9a10dd04d
Retrospring
/
app
/
controllers
/
answer_controller.rb
6 lines
107 B
Ruby
Raw
Blame
History
class
AnswerController
<
ApplicationController
def
show
@answer
=
Answer
.
find
(
params
[
:id
]
)
end
end
Reference in New Issue
View Git Blame
Copy Permalink