Method: Integrity::Notifier::Test#form
- Defined in:
- lib/integrity/notifier/test.rb
#form(config = {}) ⇒ Object
53 54 55 56 |
# File 'lib/integrity/notifier/test.rb', line 53 def form(config={}) Haml::Engine.new(notifier_class.to_haml). render(OpenStruct.new(:config => config)) end |