rosa-build/app/helpers/hooks_helper.rb

17 lines
228 B
Ruby
Raw Normal View History

module HooksHelper
def web_fields
{:url => :string}
end
def hipchat_fields
{
:auth_token => :string,
:room => :string,
:restrict_to_branch => :string,
:notify => :boolean
}
end
end