Skip to content

ahoward/rails_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NAME

rails_current


SYNOPSIS

most rails apps scatter a bunch of @currentfoobar vars everywhere. don't do that. do

Current.user = ...

if Current.user

if Current.account

etc.

out of the box it's loaded with Current.controller

gem 'rails-current', :require => 'current'

About

helper = Helper.new and helper.link_to(:foo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages