heartcombo--simple_form/lib/simple_form/helpers/autofocus.rb

12 lines
160 B
Ruby
Raw Normal View History

module SimpleForm
module Helpers
module Autofocus
private
2011-12-10 17:55:27 +00:00
def has_autofocus?
options[:autofocus] == true
end
end
end
2011-12-10 17:55:27 +00:00
end