Sha256: adeac163c5baa8f470b77b23bcd8ce75a320b84996ce04f24aa0a48146de3f8f
Contents?: true
Size: 215 Bytes
Versions: 12
Compression:
Stored size: 215 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery before_filter :find_organism protected def find_organism @organism = Organism.find_by_id(session[:organism]) end end
Version data entries
12 entries across 12 versions & 1 rubygems