concord-consortium/rigse

View on GitHub
rails/lib/correctable.rb

Summary

Maintainability
A
0 mins
Test Coverage
# this embbeddable might have a correct answer.
module Correctable
  def correctable?
    return true
  end
end