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-8.1.0 app/controllers/book_controller.rb
mumuki-laboratory-7.12.3 app/controllers/book_controller.rb
mumuki-laboratory-8.0.0 app/controllers/book_controller.rb
mumuki-laboratory-7.12.1 app/controllers/book_controller.rb
mumuki-laboratory-7.12.0 app/controllers/book_controller.rb
mumuki-laboratory-7.11.1 app/controllers/book_controller.rb
mumuki-laboratory-7.11.0 app/controllers/book_controller.rb
mumuki-laboratory-7.10.5 app/controllers/book_controller.rb
mumuki-laboratory-7.10.4 app/controllers/book_controller.rb
mumuki-laboratory-7.10.3 app/controllers/book_controller.rb
mumuki-laboratory-7.10.2 app/controllers/book_controller.rb
mumuki-laboratory-7.10.1 app/controllers/book_controller.rb
mumuki-laboratory-7.10.0 app/controllers/book_controller.rb
mumuki-laboratory-7.9.2 app/controllers/book_controller.rb
mumuki-laboratory-7.9.1 app/controllers/book_controller.rb
mumuki-laboratory-7.9.0 app/controllers/book_controller.rb
mumuki-laboratory-7.7.6 app/controllers/book_controller.rb
mumuki-laboratory-7.7.5 app/controllers/book_controller.rb
mumuki-laboratory-7.7.4 app/controllers/book_controller.rb
mumuki-laboratory-7.8.0 app/controllers/book_controller.rb