Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Nov 19, 2013
1 parent 05c3355 commit cc3da11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ end
```ruby
class MovieTheater < ActiveRecord::Base

has_one :form, as: :formable
has_one :form, as: :formable, class_name: 'Formbuilder::Form'

end
```
Expand Down

0 comments on commit cc3da11

Please sign in to comment.