Sha256: 58877c9c4193e13f878e06fdb23371655f7f108ae9504cf69737e7049e77ab64

Contents?: true

Size: 497 Bytes

Versions: 42

Compression:

Stored size: 497 Bytes

Contents

require 'rho/rhoapplication'

class AppApplication < Rho::RhoApplication
  def initialize
    # Tab items are loaded left->right, @tabs[0] is leftmost tab in the tab-bar
    # Super must be called *after* settings @tabs!
    @tabs = nil
    @@tabbar = nil

    super

    # Uncomment to set sync notification callback to /app/Settings/sync_notify.
    # SyncEngine::set_objectnotify_url("/app/Settings/sync_notify")
    # SyncEngine.set_notification(-1, "/app/Settings/sync_notify", '')
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
rhodes-2.2.0.beta.1 res/generators/templates/application/app/application.rb
rhodes-2.1.0 res/generators/templates/application/app/application.rb