Sha256: 62a4d2ed9ae4b0929118c5bfc5129ee13e47f45b9028b4a4dc99f92e9381c9f8

Contents?: true

Size: 124 Bytes

Versions: 5

Compression:

Stored size: 124 Bytes

Contents

require "chili"
require "invites_feature/engine"

module InvitesFeature
  extend Chili::Base
  active_if { logged_in? }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chili-4.0.1 spec/example_app/lib/chili/invites_feature/lib/invites_feature.rb
chili-4.0.0 spec/example_app/lib/chili/invites_feature/lib/invites_feature.rb
chili-3.1.1 spec/example_app/lib/chili/invites_feature/lib/invites_feature.rb
chili-3.1.0 spec/example_app/lib/chili/invites_feature/lib/invites_feature.rb
chili-3.0.0 spec/example_app/lib/chili/invites_feature/lib/invites_feature.rb