Sha256: 1645e7c8f88f25f7481202e4294882008f6d370fb1bb745747371a24a83ac919

Contents?: true

Size: 436 Bytes

Versions: 13

Compression:

Stored size: 436 Bytes

Contents

class Fanforce::App::Sinatra

  def route_add_initiative_ui
    page :add_initiative, :layout => :fembedded, com_dir: params[:com_behavior_shortid]
  end

  def route_edit_initiative_ui
    page :edit_initiative, :layout => :fembedded, com_dir: params[:com_behavior_shortid]
  end

  def route_archive_initiative_callback
    json status: 'finished'
  end

  def route_destroy_initiative_callback
    json status: 'finished'
  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fanforce-app-factory-2.0.0.rc38 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc37 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc36 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc35 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc34 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc33 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc32 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc31 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc30 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc29 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc27 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc26 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb
fanforce-app-factory-2.0.0.rc25 lib/fanforce/app_factory/sinatra/helper_routes/com_behavior.rb