Skip to content

Commit

Permalink
Fix README to reference the correct filepath (config/initializers) fo…
Browse files Browse the repository at this point in the history
…r the formtastic.rb config file.
  • Loading branch information
brentvatne committed Dec 13, 2011
1 parent c36692c commit cb0f12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -285,7 +285,7 @@ Customize the HTML attributes for the @<li>@ wrapper around every input with the
<% end %>
</pre>

Customize the default class used for hints on each attribute or globally in the @config/formtastic.rb@ file. Similarly, you can customize the error classes on an attribute level or globally.
Customize the default class used for hints on each attribute or globally in the @config/initializers/formtastic.rb@ file. Similarly, you can customize the error classes on an attribute level or globally.

<pre>
<%= semantic_form_for @post do |f| %>
Expand Down

0 comments on commit cb0f12e

Please sign in to comment.