Sha256: b71c3448fb9a3395c44e2e408c1bffe364aa5a00cc9dd3269b88ed07f9c8c31a
Contents?: true
Size: 443 Bytes
Versions: 6
Compression:
Stored size: 443 Bytes
Contents
class Fanforce::Plugin::Sinatra def route_add_initiative_ui page :add_initiative, :layout => :fembedded, com_dir: params[:com_initiative_shortid] end def route_edit_initiative_ui page :edit_initiative, :layout => :fembedded, com_dir: params[:com_initiative_shortid] end def route_archive_initiative_callback json status: 'finished' end def route_destroy_initiative_callback json status: 'finished' end end
Version data entries
6 entries across 6 versions & 1 rubygems