mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Doc fixes #1775, #1776 [jon@instance-design.co.uk]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1878 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
dcf5caf596
commit
1aab0e2c30
2 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ module ActionController #:nodoc:
|
|||
#
|
||||
# # Renders the template for the action "long_goal" within the current controller,
|
||||
# # but with a custom layout
|
||||
# render :action => "short_goal", :layout => "spectacular"
|
||||
# render :action => "long_goal", :layout => "spectacular"
|
||||
#
|
||||
# _Deprecation_ _notice_: This used to have the signatures <tt>render_action("action", status = 200)</tt>,
|
||||
# <tt>render_without_layout("controller/action", status = 200)</tt>, and
|
||||
|
|
|
@ -208,7 +208,7 @@ module ActiveRecord #:nodoc:
|
|||
# * +ActiveRecordError+ -- generic error class and superclass of all other errors raised by Active Record
|
||||
# * +AdapterNotSpecified+ -- the configuration hash used in <tt>establish_connection</tt> didn't include a
|
||||
# <tt>:adapter</tt> key.
|
||||
# * +AdapterNotSpecified+ -- the <tt>:adapter</tt> key used in <tt>establish_connection</tt> specified an non-existent adapter
|
||||
# * +AdapterNotFound+ -- the <tt>:adapter</tt> key used in <tt>establish_connection</tt> specified an non-existent adapter
|
||||
# (or a bad spelling of an existing one).
|
||||
# * +AssociationTypeMismatch+ -- the object assigned to the association wasn't of the type specified in the association definition.
|
||||
# * +SerializationTypeMismatch+ -- the object serialized wasn't of the class specified as the second parameter.
|
||||
|
|
Loading…
Reference in a new issue