Sha256: cc32a92a36c731cbf1949fbb5d41be3483ab608c81c6dbef0bc67fdbcb0b5ba3
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
module Dash class BaseController < ApplicationController helper RailsDash::BaseHelper layout 'dash' before_filter :authorize protected def authorize end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_dash-0.1.4 | lib/generators/dash/templates/base_controller.rb |
rails_dash-0.1.3 | lib/generators/dash/templates/base_controller.rb |