Sha256: 6c314a75d7e9c81a0aed623a102e0c9b016b13074f382eb67f9e00b868d9aaec
Contents?: true
Size: 249 Bytes
Versions: 19
Compression:
Stored size: 249 Bytes
Contents
class DefaultController < ApplicationController before_filter :get_user def get_user # a bit of a hack but this grabs the 'other_user' stubbed out in the test and makes @user available to helper methods @user = other_user end end
Version data entries
19 entries across 19 versions & 1 rubygems