Sha256: 379f3e8f9b04e364abc7702ad2e19d3ae0c05e74a9d70def836c766b5d14a567
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
# intentionally not including Firewool, test including from ApplicationController instead class FooController < ApplicationController include Firewool acts_as_firewalled before_filter :ip_filter def index render :text => "This is the index method on FooController" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
firewool-0.1.2 | test/dummy/app/controllers/foo_controller.rb |