projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move directions route output to its own module
[rails.git]
/
app
/
controllers
/
user_blocks_controller.rb
diff --git
a/app/controllers/user_blocks_controller.rb
b/app/controllers/user_blocks_controller.rb
index a526f529e9e1fb2da92e982708106898e56b9e46..ec85aef38407be690f68781f02626bf2643a1626 100644
(file)
--- a/
app/controllers/user_blocks_controller.rb
+++ b/
app/controllers/user_blocks_controller.rb
@@
-37,7
+37,7
@@
class UserBlocksController < ApplicationController
end
def new
- @user_block = UserBlock.new
+ @user_block = UserBlock.new
(:needs_view => true)
end
def edit