Skip to content

Commit

Permalink
Merge pull request #36 from Drieam/admin-launches
Browse files Browse the repository at this point in the history
Fix admin launches examples
  • Loading branch information
StefSchenkelaars authored Apr 15, 2020
2 parents 5a3bed5 + 34cac41 commit 8b8b729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.7.0p0
ruby 2.7.1p83

BUNDLED WITH
2.1.4
4 changes: 2 additions & 2 deletions app/dashboards/tool_dashboard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ToolDashboard < Administrate::BaseDashboard
target_link_uri: Field::String,
created_at: Field::DateTime,
updated_at: Field::DateTime,
launches: LaunchesField
launch_url: LaunchesField
}.freeze

# COLLECTION_ATTRIBUTES
Expand Down Expand Up @@ -48,7 +48,7 @@ class ToolDashboard < Administrate::BaseDashboard
target_link_uri
created_at
updated_at
launches
launch_url
].freeze

# FORM_ATTRIBUTES
Expand Down

0 comments on commit 8b8b729

Please sign in to comment.