Sha256: 683b4ac36d3a4f7856fb726ac970bee37afbe24f765489b17980b295047f8595

Contents?: true

Size: 205 Bytes

Versions: 57

Compression:

Stored size: 205 Bytes

Contents

class BookDiscussionsController < DiscussionsController
  def terms
    @forum_terms ||= Term.forum_related_terms
  end

  private

  def set_debatable
    @debatable = Organization.current.book
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.22.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.21.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.20.1 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.20.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.19.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.18.1 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.18.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.17.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.16.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.15.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.14.1 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.14.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.13.2 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.13.1 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.13.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.12.1 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.12.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.11.0 app/controllers/book_discussions_controller.rb
mumuki-laboratory-9.10.0 app/controllers/book_discussions_controller.rb