lib/brief/model.rb in brief-1.12.0 vs lib/brief/model.rb in brief-1.12.1
- old
+ new
@@ -320,10 +320,10 @@
end
def writing_prompt(*args)
_prompt = definition._prompt
return _prompt.call(*args) if _prompt && _prompt.respond_to?(:call)
- example_body
+ example_content
end
def documentation(*args)
definition.send(:documentation, *args)
end