Module: Colloquy::Helpers::Url

Included in:
Colloquy::Helpers
Defined in:
lib/colloquy/helpers/url.rb

Instance Method Summary collapse

Instance Method Details

#urlObject



4
5
6
7
8
9
# File 'lib/colloquy/helpers/url.rb', line 4

def url
  url_agent = URLAgent::Base.instance
  url_agent.configure(:path_root => Colloquy.root)
  
  url_agent
end