Sha256: ef42b1199ad9069fa83d09c335fa6d536b6449ed86e73049a997e1c172a9251a

Contents?: true

Size: 173 Bytes

Versions: 156

Compression:

Stored size: 173 Bytes

Contents

class BookController < ApplicationController

  def show
    @book = Organization.current.book
    @exams = Organization.current.accessible_exams_for current_user
  end
end

Version data entries

156 entries across 156 versions & 1 rubygems

Version Path
mumuki-laboratory-9.12.1 app/controllers/book_controller.rb
mumuki-laboratory-9.12.0 app/controllers/book_controller.rb
mumuki-laboratory-9.11.0 app/controllers/book_controller.rb
mumuki-laboratory-9.10.0 app/controllers/book_controller.rb
mumuki-laboratory-9.9.0 app/controllers/book_controller.rb
mumuki-laboratory-9.8.2 app/controllers/book_controller.rb
mumuki-laboratory-9.8.1 app/controllers/book_controller.rb
mumuki-laboratory-9.8.0 app/controllers/book_controller.rb
mumuki-laboratory-9.7.2 app/controllers/book_controller.rb
mumuki-laboratory-9.7.1 app/controllers/book_controller.rb
mumuki-laboratory-9.7.0 app/controllers/book_controller.rb
mumuki-laboratory-9.6.0 app/controllers/book_controller.rb
mumuki-laboratory-9.5.1 app/controllers/book_controller.rb
mumuki-laboratory-9.5.0 app/controllers/book_controller.rb
mumuki-laboratory-9.4.1 app/controllers/book_controller.rb
mumuki-laboratory-9.4.0 app/controllers/book_controller.rb
mumuki-laboratory-9.3.1 app/controllers/book_controller.rb
mumuki-laboratory-9.3.0 app/controllers/book_controller.rb
mumuki-laboratory-9.2.0 app/controllers/book_controller.rb
mumuki-laboratory-9.1.3 app/controllers/book_controller.rb