OSDN Git Service

remove unused method
authorokimoto <okimoto@good-day.co.jp>
Fri, 2 Apr 2010 16:32:35 +0000 (01:32 +0900)
committerokimoto <okimoto@good-day.co.jp>
Fri, 2 Apr 2010 16:32:35 +0000 (01:32 +0900)
app/models/user_edit_form.rb

index ba0edb2..f1f6376 100644 (file)
@@ -27,13 +27,4 @@ class UserEditForm < ActiveForm
 
   validates_presence_of :admission_date
 
-  def self.date_select_options(options = { })
-    {
-      :use_month_numbers => true,
-      :date_separator    => " - ",
-      :start_year        => Time.now.year - 5,
-      :end_year          => Time.now.year + 5,
-    }.merge!(options)
-  end
-
 end