Fixed deprecation warning

This commit is contained in:
Sarah Mei 2010-10-31 17:48:38 -07:00
parent 3cdb48232a
commit 0817409e9a

View file

@ -10,7 +10,7 @@
%h4
Aspect name
- form_for Aspect.new, :remote => true, :format => :json do |aspect|
= form_for Aspect.new, :remote => true, :format => :json do |aspect|
= aspect.text_field :name, :style => "display:inline;"
= aspect.submit "Add"