module ApplicationHelper # Returns the full title on a per-page basis. def full_title(page_title) base_title = "Webhook URL Tool" if page_title.empty? base_title else "#{base_title} | #{page_title}" end end end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 10132 | jim_brower | Moved sendrequest.rb and added webhook-wrapper |