arturo 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/app/controllers/arturo/features_controller.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
@@ -7,7 +7,7 @@ require 'arturo/feature_params_support'
|
|
7
7
|
module Arturo
|
8
8
|
|
9
9
|
# Handles all Feature actions. Clients of the Arturo engine
|
10
|
-
# should redefine Arturo::FeaturesController#
|
10
|
+
# should redefine Arturo::FeaturesController#may_manage_features? to
|
11
11
|
# return true only for users who are permitted to manage features.
|
12
12
|
class FeaturesController < ApplicationController
|
13
13
|
include Arturo::FeatureManagement
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|