base_controller.rb 184 Bytes Edit Raw Blame History 1 2 3 4 # Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved. class Wikilibras::BaseController < InheritedResources::Base before_filter :authenticate_user! end