projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Return to a previous structure of getDistText
[rails.git]
/
app
/
controllers
/
api
/
old_ways
/
redactions_controller.rb
1
module Api
2
module OldWays
3
class RedactionsController < OldElements::RedactionsController
4
private
5
6
def lookup_old_element
7
@old_element = OldWay.find([params[:way_id], params[:version]])
8
end
9
end
10
end
11
end