Sha256: 75017d0e95216be847c22b76978990a1adbfd839a791b437b91efea3acce16ea

Contents?: true

Size: 226 Bytes

Versions: 7

Compression:

Stored size: 226 Bytes

Contents

module AdminHelper
  
  def admin_user_login
      content_for( :admin_login ){ render 'admin/admin_user_login' }
  end
  
  def single_column?
    !content_for?(:sidebar) and !content_for?(:admin_sub_navigation)
  end
  
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cable-0.9.17 app/helpers/admin_helper.rb
cable-0.9.16 app/helpers/admin_helper.rb
cable-0.9.15 app/helpers/admin_helper.rb
cable-0.9.14 app/helpers/admin_helper.rb
cable-0.9.13 app/helpers/admin_helper.rb
cable-0.9.12 app/helpers/admin_helper.rb
cable-0.9.11 app/helpers/admin_helper.rb