Skip to content

Commit

Permalink
Action View is now titled.
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwanreza committed Jun 20, 2010
1 parent 3ef1d63 commit 1a0dc26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_view/helpers/active_model_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'active_support/core_ext/object/blank'

module ActionView
# = Active Model Helpers
module Helpers
module ActiveModelHelper
%w(input form error_messages_for error_message_on).each do |method|
Expand Down
1 change: 1 addition & 0 deletions actionpack/lib/action_view/helpers/number_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'active_support/core_ext/object/blank'

module ActionView
# = Action View Number Helpers
module Helpers #:nodoc:

# Provides methods for converting numbers into formatted strings.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module ActionView
# = Action View Record Identification Helpers
#
# See ActionController::RecordIdentifier for documentation on these methods.
module Helpers
module RecordIdentificationHelper
# See ActionController::RecordIdentifier.partial_path -- this is just a delegate to that for convenient access in the view.
Expand Down

0 comments on commit 1a0dc26

Please sign in to comment.