Method: ActiveTriples::UndefinedPropertyError#message
- Defined in:
- lib/active_triples/undefined_property_error.rb
#message ⇒ Object
23 24 25 |
# File 'lib/active_triples/undefined_property_error.rb', line 23 def "The property `#{@property}` is not defined on class '#{@klass}'" end |