Sha256: aa582cc074a3e9d42fce9592ead649359144bd3617b09000f909dc6895306a86
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
require 'flipper/ui/action' require 'flipper/ui/decorators/feature' module Flipper module UI module Actions class Index < UI::Action route %r{.*} def get view_response :index end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flipper-ui-0.2.0.beta2 | lib/flipper/ui/actions/index.rb |
flipper-ui-0.2.0.beta1 | lib/flipper/ui/actions/index.rb |