Sha256: 3041666b462914666b9b977f3e98214f8f46ad3ec23448071505a9b2c4eec78b

Contents?: true

Size: 198 Bytes

Versions: 41

Compression:

Stored size: 198 Bytes

Contents

class LessonsController < GuideContainerController
  include Mumuki::Laboratory::Controllers::ImmersiveNavigation

  private

  def subject
    @lesson ||= Lesson.find_by(id: params[:id])
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

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