app/controllers/concepts/hierarchical_controller.rb in iqvoc-3.5.6 vs app/controllers/concepts/hierarchical_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 Concepts::HierarchicalController < ConceptsController
- skip_before_filter :require_user
def index
authorize! :read, Iqvoc::Concept.base_class
scope = if params[:published] == '0'