mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 20:38:48 +01:00
get context, dependencies and admin scenarios running
This commit is contained in:
parent
7bce774daa
commit
d7aebf03a0
16 changed files with 49 additions and 40 deletions
|
|
@ -28,7 +28,7 @@ class IntegrationsController < ApplicationController
|
|||
|
||||
def search_plugin
|
||||
# TODO: ASSET PATH!!
|
||||
@icon_data = [File.open(Rails.root + '/public/images/done.png').read].
|
||||
@icon_data = [File.open(Rails.root + '/app/assets/images/done.png').read].
|
||||
pack('m').gsub(/\n/, '')
|
||||
|
||||
render :layout => false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue