Sha256: 1af79c82523af45bf4a46cb5bed1c954abd1ba5e09c373981b90aebe3d1c272c

Contents?: true

Size: 142 Bytes

Versions: 1

Compression:

Stored size: 142 Bytes

Contents

module ApplicationHelper
  # added by PagesCMS. Fill out this helper to protect your views.
  def current_user_is_admin?
    true
  end


end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pages_cms-0.1.1 test/dummy/app/helpers/application_helper.rb