Sha256: 8f6989e069f7dfb89602d7ea7e948f71fc2e69c53a0e04e012ad36e5c2f3234a

Contents?: true

Size: 135 Bytes

Versions: 115

Compression:

Stored size: 135 Bytes

Contents

class LessonsController < GuideContainerController

  private

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

Version data entries

115 entries across 115 versions & 1 rubygems

Version Path
mumuki-laboratory-7.12.3 app/controllers/lessons_controller.rb
mumuki-laboratory-8.0.0 app/controllers/lessons_controller.rb
mumuki-laboratory-7.12.1 app/controllers/lessons_controller.rb
mumuki-laboratory-7.12.0 app/controllers/lessons_controller.rb
mumuki-laboratory-7.11.1 app/controllers/lessons_controller.rb
mumuki-laboratory-7.11.0 app/controllers/lessons_controller.rb
mumuki-laboratory-7.10.5 app/controllers/lessons_controller.rb
mumuki-laboratory-7.10.4 app/controllers/lessons_controller.rb
mumuki-laboratory-7.10.3 app/controllers/lessons_controller.rb
mumuki-laboratory-7.10.2 app/controllers/lessons_controller.rb
mumuki-laboratory-7.10.1 app/controllers/lessons_controller.rb
mumuki-laboratory-7.10.0 app/controllers/lessons_controller.rb
mumuki-laboratory-7.9.2 app/controllers/lessons_controller.rb
mumuki-laboratory-7.9.1 app/controllers/lessons_controller.rb
mumuki-laboratory-7.9.0 app/controllers/lessons_controller.rb
mumuki-laboratory-7.7.6 app/controllers/lessons_controller.rb
mumuki-laboratory-7.7.5 app/controllers/lessons_controller.rb
mumuki-laboratory-7.7.4 app/controllers/lessons_controller.rb
mumuki-laboratory-7.8.0 app/controllers/lessons_controller.rb
mumuki-laboratory-7.7.3 app/controllers/lessons_controller.rb