Sha256: 57de2926ffff3f0cacb95f2bb4aa8b72ee54d2d5f10a6010f762c33d3e1c6037

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

class Fanforce::Plugin::Sinatra

  def route_add_database_ui
    page :add_database, :layout => :fembedded, com_dir: params[:com_initiative_shortid]
  end

  def route_view_profile_ui
    page :view_profile, :layout => :fembedded, com_dir: params[:com_initiative_shortid]
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fanforce-plugin-factory-2.0.0.rc3 lib/fanforce/plugin_factory/sinatra/helper_routes/com_database.rb
fanforce-plugin-factory-2.0.0.rc2 lib/fanforce/plugin_factory/sinatra/helper_routes/com_database.rb
fanforce-plugin-factory-2.0.0.rc1 lib/fanforce/plugin_factory/sinatra/helper_routes/com_database.rb