opinio
opinio copied to clipboard
A rails 3 comments engine
Results
2
opinio issues
Sort by
recently updated
recently updated
newest added
``` opinio/lib/opinio/opinio_model/validations.rb validates :owner, :presence => true, :associated => true ``` Using just `:presence => true` on the owner checks the table to see if it exists, at least while...
The 'reply' link associated with a comment now carries some information about the comment which is used to generate the reply form. No need to make a callback to the...