fanforce-app-factory 1.4.1 → 1.4.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,11 @@
|
|
1
1
|
class FanforceApp::Sinatra
|
2
2
|
|
3
3
|
def route_add_source_ui
|
4
|
-
page :add_source, :layout => :add_source
|
4
|
+
page :add_source, :layout => :add_source, com_dir: "#{params[:com_behavior_shortid]}"
|
5
5
|
end
|
6
6
|
|
7
7
|
def route_source_details_ui
|
8
|
-
page :source_details, :layout => :source_details
|
8
|
+
page :source_details, :layout => :source_details, com_dir: "#{params[:com_behavior_shortid]}"
|
9
9
|
end
|
10
10
|
|
11
11
|
end
|