2019-04-29 20:27:42 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2013-08-01 01:59:57 -04:00
|
|
|
# name: plugin-name
|
|
|
|
# about: about: my plugin
|
|
|
|
# version: 0.1
|
|
|
|
# authors: Frank Zappa
|
|
|
|
|
2013-08-26 00:39:34 -04:00
|
|
|
auth_provider title: 'with Ubuntu',
|
2021-03-25 09:23:48 -04:00
|
|
|
authenticator: Auth::FacebookAuthenticator.new
|
2018-07-31 11:18:50 -04:00
|
|
|
|
|
|
|
register_javascript <<JS
|
|
|
|
console.log("Hello world")
|
|
|
|
JS
|