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.1.2 app/controllers/book_controller.rb
mumuki-laboratory-9.1.1 app/controllers/book_controller.rb
mumuki-laboratory-9.1.0 app/controllers/book_controller.rb
mumuki-laboratory-9.0.6 app/controllers/book_controller.rb
mumuki-laboratory-9.0.5 app/controllers/book_controller.rb
mumuki-laboratory-9.0.4 app/controllers/book_controller.rb
mumuki-laboratory-9.0.3 app/controllers/book_controller.rb
mumuki-laboratory-9.0.2 app/controllers/book_controller.rb
mumuki-laboratory-9.0.1 app/controllers/book_controller.rb
mumuki-laboratory-9.0.0 app/controllers/book_controller.rb
mumuki-laboratory-8.6.1 app/controllers/book_controller.rb
mumuki-laboratory-8.6.0 app/controllers/book_controller.rb
mumuki-laboratory-8.5.0 app/controllers/book_controller.rb
mumuki-laboratory-8.4.0 app/controllers/book_controller.rb
mumuki-laboratory-8.3.0 app/controllers/book_controller.rb
mumuki-laboratory-8.2.1 app/controllers/book_controller.rb
mumuki-laboratory-8.2.0 app/controllers/book_controller.rb
mumuki-laboratory-8.1.3 app/controllers/book_controller.rb
mumuki-laboratory-8.1.2 app/controllers/book_controller.rb
mumuki-laboratory-8.1.1 app/controllers/book_controller.rb