|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
class LibrariesController < ApplicationController
|
|
|
|
|
layout 'base_library'
|
|
|
|
|
|
|
|
|
|
before_filter :require_login, :except => [:index, :show]
|
|
|
|
|
before_filter :require_login, :except => [:index]
|
|
|
|
|
after_filter :increment_visit_count, only: [:show, :create, :edit, :update]
|
|
|
|
|
|
|
|
|
|
def index
|
|
|
|
|