Sha256: 80b229922eb002791860200743464f1a8a70f836b6b57a800ee002aba52a0d9e
Contents?: true
Size: 138 Bytes
Versions: 8
Compression:
Stored size: 138 Bytes
Contents
class DashboardController < ApplicationController before_filter :authenticate def show render :action => params[:page] end end
Version data entries
8 entries across 8 versions & 2 rubygems