This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-01 13:54:35 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
87c3a0a359
Ghost
/
ghost
/
admin
/
app
/
routes
/
members
/
import.js
4 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added csv import/export for members no issue - Adds action view with import/export csv options
2019-10-04 12:33:10 +03:00
import
Route
from
'@ember/routing/route'
;
Updated members routes/controllers with Octane idioms no issue - ran [`ember-native-class-codemod`](https://github.com/ember-codemods/ember-native-class-codemod) on members-related files - updated files to remove need for `@classic` decorator where possible - switched to tracked properties - removed usage of `this.get/set/toggleProperty` etc - swapped usage of `{{action 'foo'}}` for `{{this.foo}}`
2020-05-20 16:55:41 +03:00
export
default
class
MembersImportRoute
extends
Route
{
}
Reference in New Issue
Copy Permalink