You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #914 on December 15, 2020 19:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR FEATURE REQUESTS
Is your feature request related to a problem? Please describe.
looking at "controller" in the code is too long for my taste.
Describe the solution you'd like
Is it possible to add an shorter alternative to the controller variable on GetView class? maybe "c" or "ctrl".
Describe alternatives you've considered
For now, sometimes I just do "final _c = Get.find();" or "final _c = controller;"
Beta Was this translation helpful? Give feedback.
All reactions