We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8078e25 + cf3b0e2 commit 95e879eCopy full SHA for 95e879e
app/controllers/common/application/url_identifiers.rb
@@ -153,7 +153,7 @@ def action_string
153
end
154
155
def action_symbol
156
- @action_symbol ||= if params[:action].present?
+ if params[:action].present?
157
params[:action].to_sym
158
else
159
nil
extensions/pages/wiki_page/test/integration/wiki_test.rb
@@ -12,7 +12,7 @@ def setup
12
13
14
def test_writing_initial_version
15
- # assert_page_tab "Edit"
+ assert_page_tab "Edit"
16
content = update_wiki
17
assert_content content
18
assert_page_tab "Show"
0 commit comments