Sha256: b71954cdf5c7ce80c54e7d07a961a4f45655d4c0fd54326935e47de22534a924

Contents?: true

Size: 292 Bytes

Versions: 24

Compression:

Stored size: 292 Bytes

Contents

require 'action_controller'
require_relative 'test_command'

class TestCommandController < ActionController::Base
  include Riveter::CommandController
end

class TestTestCommandController < ActionController::Base
  include Riveter::CommandController

  command_controller_for TestCommand
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
riveter-0.0.5 spec/support/test_command_controller.rb
riveter-0.0.4 spec/support/test_command_controller.rb
riveter-0.0.3 spec/support/test_command_controller.rb
riveter-0.0.1 spec/support/test_command_controller.rb