mokevnin/rails-examples

View on GitHub
app/types/topic_comment_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TopicCommentType < Topic::Comment
  include BaseType

  permit :body
end