Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2016-09-19 01:12:38 +0300
committerSteffen van Bergerem <svbergerem@omgsrsly.net>2016-09-28 22:59:08 +0300
commitb8c76a331759422b5f6f670842dabf6548f40700 (patch)
tree65687465ee634e84d5dcd2a74f509603b0fa63e2 /app/helpers
parent14304f3620f6441353d8c298715431e4fcf74728 (diff)
Trigger getting started with backbone
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/interim_stream_hackiness_helper.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/helpers/interim_stream_hackiness_helper.rb b/app/helpers/interim_stream_hackiness_helper.rb
index 4219d29fe..c5d6992ab 100644
--- a/app/helpers/interim_stream_hackiness_helper.rb
+++ b/app/helpers/interim_stream_hackiness_helper.rb
@@ -25,7 +25,7 @@ module InterimStreamHackinessHelper
if params[:prefill].present?
params[:prefill]
elsif defined?(@stream)
- @stream.publisher.prefill
+ @stream.publisher.prefill
else
nil
end
@@ -50,8 +50,4 @@ module InterimStreamHackinessHelper
def publisher_public
publisher_method(:public)
end
-
- def publisher_explain
- publisher_method(:explain)
- end
end