Sha256: c63eb7b5f878e96ccfa169aecd89ffcb99d7e92f785da8e763ac5632ab0893ec

Contents?: true

Size: 126 Bytes

Versions: 6

Compression:

Stored size: 126 Bytes

Contents

class RaiserController < ApplicationController
  include Bullhorn::Plugin

  def index
    raise "Error From Raiser"
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bullhorn-0.1.0 examples/foobar/app/controllers/raiser_controller.rb
bullhorn-0.0.6 examples/foobar/app/controllers/raiser_controller.rb
bullhorn-0.0.4 examples/foobar/app/controllers/raiser_controller.rb
bullhorn-0.0.3 examples/foobar/app/controllers/raiser_controller.rb
bullhorn-0.0.2 examples/foobar/app/controllers/raiser_controller.rb
bullhorn-0.0.1 examples/foobar/app/controllers/raiser_controller.rb