From 46f0836d60da3e1e3508b1e03cd123cf8c58df6e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 21 May 2008 23:30:26 +0200 Subject: gsub("ActionPack", "Action Pack") --- actionpack/lib/action_controller/mime_type.rb | 2 +- activeresource/lib/active_resource/base.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_controller/mime_type.rb b/actionpack/lib/action_controller/mime_type.rb index 1d6c8e704b..fa123f7808 100644 --- a/actionpack/lib/action_controller/mime_type.rb +++ b/actionpack/lib/action_controller/mime_type.rb @@ -158,7 +158,7 @@ module Mime end end - # Returns true if ActionPack should check requests using this Mime Type for possible request forgery. See + # Returns true if Action Pack should check requests using this Mime Type for possible request forgery. See # ActionController::RequestForgerProtection. def verify_request? !@@unverifiable_types.include?(to_sym) diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb index 961f5e6f7f..6e0d7e9d1d 100644 --- a/activeresource/lib/active_resource/base.rb +++ b/activeresource/lib/active_resource/base.rb @@ -701,7 +701,7 @@ module ActiveResource attributes[self.class.primary_key] = id end - # Allows ActiveResource objects to be used as parameters in ActionPack URL generation. + # Allows ActiveResource objects to be used as parameters in Action Pack URL generation. def to_param id && id.to_s end -- cgit v1.2.3