Merge pull request #77 from DomKM/master
This fork fixes a minor typo in README.markdown.
This commit is contained in:
commit
ffaaaeefda
|
@ -128,7 +128,7 @@ There is an example project on github implementing it called [cocoon_formtastic_
|
|||
Inside our `projects/_form` partial we then write:
|
||||
|
||||
````haml
|
||||
- simple_form_for @project do |f|
|
||||
= simple_form_for @project do |f|
|
||||
= f.input :name
|
||||
= f.input :description
|
||||
%h3 Tasks
|
||||
|
|
Loading…
Reference in New Issue