app/controllers/collections_controller.rb in iqvoc-3.5.6 vs app/controllers/collections_controller.rb in iqvoc-3.5.7
- old
+ new
@@ -13,10 +13,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
class CollectionsController < ApplicationController
- skip_before_filter :require_user
def index
authorize! :read, Iqvoc::Collection.base_class
respond_to do |format|