]> source.dussan.org Git - redmine.git/commit
Replaces find(:first) calls.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 3 Dec 2012 18:21:32 +0000 (18:21 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 3 Dec 2012 18:21:32 +0000 (18:21 +0000)
commit31c33f462d92aead29b8feb6445d8fe5626c4963
tree0818c626e553e1cbb606e9c23a7342583288d448
parent013c6fe009e74892659c64c2936a2668a9663985
Replaces find(:first) calls.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10928 e93f8b46-1217-0410-a6f0-8f06a7374b81
31 files changed:
app/controllers/auth_sources_controller.rb
app/helpers/application_helper.rb
app/models/document.rb
app/models/mail_handler.rb
app/models/project.rb
app/models/repository.rb
app/models/user.rb
lib/redmine/default_data/loader.rb
lib/tasks/migrate_from_trac.rake
test/functional/enumerations_controller_test.rb
test/functional/files_controller_test.rb
test/functional/issue_categories_controller_test.rb
test/functional/issue_statuses_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/project_enumerations_controller_test.rb
test/functional/welcome_controller_test.rb
test/functional/workflows_controller_test.rb
test/integration/account_test.rb
test/unit/document_category_test.rb
test/unit/enumeration_test.rb
test/unit/issue_test.rb
test/unit/journal_observer_test.rb
test/unit/journal_test.rb
test/unit/mailer_test.rb
test/unit/news_test.rb
test/unit/project_test.rb
test/unit/repository_cvs_test.rb
test/unit/repository_test.rb
test/unit/version_test.rb
test/unit/wiki_redirect_test.rb