fix ad hit path
This commit is contained in:
@@ -11,7 +11,7 @@ module AdvertisementsHelper
|
|||||||
:width => @advertisement.width,
|
:width => @advertisement.width,
|
||||||
:height => @advertisement.height
|
:height => @advertisement.height
|
||||||
),
|
),
|
||||||
advertisement_hit_path(:advertisement_id => @advertisement.id),
|
advertisement_hits_path(:advertisement_id => @advertisement.id),
|
||||||
:style => "margin-bottom: 1em;"
|
:style => "margin-bottom: 1em;"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user