Sha256: 31735d6699cec13bc78d515e91e77e176a4fb716239eb4c04d90ae06bc24b8d8

Contents?: true

Size: 137 Bytes

Versions: 3

Compression:

Stored size: 137 Bytes

Contents

class ApplicationController < ApplicationController
  before_action :set_user

  private

  def set_user
    @user = User.new
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browsing_history-0.0.4 spec/test_app/app/controllers/application_controller.rb
browsing_history-0.0.3 spec/test_app/app/controllers/application_controller.rb
browsing_history-0.0.2 spec/test_app/app/controllers/application_controller.rb