Sha256: 1ae5a7aabf423423106c9601bb9bd126a6b50c521a378e17fd3ea998345672cc

Contents?: true

Size: 402 Bytes

Versions: 5

Compression:

Stored size: 402 Bytes

Contents

# The filters added to this controller will be run for all controllers in the application.
# Likewise will all the methods added be available for all controllers.
#
# Added Facilities for User model (and thus also for Modal and ModelSecurity).
#
require 'user_support'

class ApplicationController < ActionController::Base
  helper :ModelSecurity
  include UserSupport

  before_filter :user_setup
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
model_security_generator-0.0.5 templates/ADD_TO_APPLICATION_CONTROLLER
model_security_generator-0.0.6 templates/ADD_TO_APPLICATION_CONTROLLER
model_security_generator-0.0.7 templates/ADD_TO_APPLICATION_CONTROLLER
model_security_generator-0.0.8 templates/ADD_TO_APPLICATION_CONTROLLER
model_security_generator-0.0.9 templates/ADD_TO_APPLICATION_CONTROLLER