Method: Arrow::Transaction#applet
- Defined in:
- lib/arrow/transaction.rb
#applet ⇒ Object Also known as: applet_uri
Return an absolute uri that refers back to the applet the transaction is being run in
251 252 253 |
# File 'lib/arrow/transaction.rb', line 251 def applet return [ self.app_root, self.applet_path ].join("/").gsub( %r{//+}, '/' ) end |