Skip to content

Commit

Permalink
update dummy config
Browse files Browse the repository at this point in the history
  • Loading branch information
staturecrane committed Jul 20, 2017
1 parent 8eb953e commit 0462bfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions spec/dummy/app/views/hello/index.html.erb
@@ -1,2 +1,7 @@
<h1>Rails Picker Test</h1>
<%= filestack_picker_element "pick!", "logIt", {'accept' => 'image/*', 'fromSources' => 'facebook'} %>
<%= form_for @user do |f| %>
<%= f.label :picture %>
<%= f.filestack_field :picture, 'Upload a Picture' %>
<%= f.submit %>
<% end %>
2 changes: 1 addition & 1 deletion spec/dummy/config/application.rb
Expand Up @@ -10,7 +10,7 @@ class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.1
config.assets.compile = true
config.filestack_rails.api_key = 'Af7SDtlubQPqhByVjt4qPz'
config.filestack_rails.api_key = 'API_KEY'
config.filestack_rails.client_name = 'rich_client'

# Settings in config/environments/* take precedence over those specified here.
Expand Down

0 comments on commit 0462bfc

Please sign in to comment.