Fix typo in rails.md (#1641)
This commit is contained in:
parent
7e5ccb9336
commit
85d55d6e13
2
rails.md
2
rails.md
|
@ -79,7 +79,7 @@ http://apidock.com/rails/ActionController/Base
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
### Default URL optinos
|
### Default URL options
|
||||||
|
|
||||||
class ApplicationController < ActionController::Base
|
class ApplicationController < ActionController::Base
|
||||||
# The options parameter is the hash passed in to 'url_for'
|
# The options parameter is the hash passed in to 'url_for'
|
||||||
|
|
Loading…
Reference in New Issue