-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TODO: Tests for setting cors headers TODO: Add DATASETTE_INSTANCE config item (so that we can use our own) TODO: Add `explore_in_datasette` helper: # Something like this? def explore_in_datasette(attachment) return unless attachment.content_type == 'text/csv' link_to 'Explore in Datasette', datasette_url(attachment_url(attachment)) end
- Loading branch information
1 parent
e99f6c8
commit b2bbbea
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters