Commit
57b1d9cec468b834590ecdbf15876b0b8a3f5d86
Exists in
staging
and in
32 other branches
all_pending_tasks_api, api-articles-period, api_roles, comments_permissions, elasticsearch, elasticsearch_api, elasticsearch_categories, elasticsearch_filter, elasticsearch_sort, elasticsearch_to_merge, elasticsearch_view, environment-exposes-api, export-comment-api, export_data, external_followers, federation-webfinger, federation_followers, federation_followers_backend, federation_oauth_provider, federation_webfinger, fix_notification_email, follower_permition, master, master_profile_followers, oauth_external_login, oauth_login, private-scraps, private-scraps-rebase, production, profile_api_improvements, user_mention, webfinger_server
site-tour: require person before making and extension
1
| -class Person |
1
| +require_dependency 'person' |
2
| |
2
| |
| |
3
| +class Person |
3
| settings_items :site_tour_plugin_actions, :type => Array, :default => [] |
4
| settings_items :site_tour_plugin_actions, :type => Array, :default => [] |
4
| - |
| |
5
| end |
5
| end |