app/controllers/charts_controller.rb [2:9]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  before_filter :authenticate_user!
  before_filter :project
  before_filter :authorize_access_project!
  before_filter :authorize_manage_project!

  layout 'project'

  def show
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



app/controllers/variables_controller.rb [2:9]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  before_filter :authenticate_user!
  before_filter :project
  before_filter :authorize_access_project!
  before_filter :authorize_manage_project!

  layout 'project'

  def show
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



