Skip to content

Commit

Permalink
Include ActionView as a configurable framework
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2261 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 19, 2005
1 parent 2eb29c2 commit 9cc624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/initializer.rb
Expand Up @@ -182,7 +182,7 @@ def environment

private
def default_frameworks
[ :active_record, :action_controller, :action_mailer, :action_web_service ]
[ :active_record, :action_controller, :action_view, :action_mailer, :action_web_service ]
end

def default_load_paths
Expand Down

0 comments on commit 9cc624d

Please sign in to comment.