projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/master' into routing-ui-tweaks-2
[rails.git]
/
app
/
controllers
/
directions_controller.rb
1
class DirectionsController < ApplicationController
2
before_filter :authorize_web
3
before_filter :set_locale
4
before_filter :require_oauth, :only => [:search]
5
6
def search
7
render :layout => map_layout
8
end
9
end