Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Feb 11, 2012
1 parent 6b439a9 commit f0cff31
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/models/site.rb
Expand Up @@ -35,13 +35,4 @@ class Site
transitions :from => [:ok, :failed, :unknown], :to => :unknown
end
end

def content_valid_description
if content_validate_type
"Contains \"#{content_validate_text}\""
else
"Doesn't contains \"#{content_validate_text}\""
end
end

end

0 comments on commit f0cff31

Please sign in to comment.