Sha256: 83d6bbf0ceaa2719cab47423bdd7bb5f66e277546699aa8ffd6f26dbd97f866b

Contents?: true

Size: 159 Bytes

Versions: 1

Compression:

Stored size: 159 Bytes

Contents

Add something defining a current_user to your application controller

  helper_method :current_user

  private
  def current_user
    # do something here
  end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
humpyard-0.0.1 lib/generators/humpyard/auth/templates/custom/README