TeX and CSS tweaks.
Sync with latest Instiki Trunk (Updates Rails to 1.2.2)
This commit is contained in:
parent
0ac586ee25
commit
c358389f25
443 changed files with 24218 additions and 9823 deletions
|
@ -12,7 +12,7 @@ module ActionWebService # :nodoc:
|
|||
# web_service_api PersonAPI
|
||||
#
|
||||
# def find_person(criteria)
|
||||
# Person.find_all [...]
|
||||
# Person.find(:all) [...]
|
||||
# end
|
||||
#
|
||||
# def delete_person(id)
|
||||
|
@ -33,7 +33,7 @@ module ActionWebService # :nodoc:
|
|||
class Base
|
||||
# Action WebService subclasses should be reloaded by the dispatcher in Rails
|
||||
# when Dependencies.mechanism = :load.
|
||||
include Reloadable::Subclasses
|
||||
include Reloadable::Deprecated
|
||||
|
||||
# Whether to report exceptions back to the caller in the protocol's exception
|
||||
# format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue