Sha256: 11342e8301b9b223ded07b5cef57b3784307696c1ff45ae524f73ed1c3ad6026

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 Bytes

Contents

class Application < Dynamics::Application

  def initialize
    super  
        
    # self.layout = 'Navigation'
    # self.layout = 'Tab Bar'       
    self.layout = 'Tab Nav' 
    
    # self.authentication = true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dynamics-0.2.0 base/app/application.rb