]> source.dussan.org Git - redmine.git/commitdiff
Typo.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 5 Dec 2014 09:05:03 +0000 (09:05 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 5 Dec 2014 09:05:03 +0000 (09:05 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13712 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/issue.rb

index cfe91adaed57d1e2eb0ecf153a18420243cb59d1..4dcc69a47c895c72fd63d03dbc71bb7f1b7c1c74 100644 (file)
@@ -254,7 +254,7 @@ class Issue < ActiveRecord::Base
   end
 
   # Sets the status.
-  def self.status=(status)
+  def status=(status)
     if status != self.status
       @workflow_rule_by_attribute = nil
     end