Fixed deprecation warning
This commit is contained in:
parent
3cdb48232a
commit
0817409e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue