Class: AppDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- AppDrop
- Includes:
- SimpleroPlanDropConcerns
- Defined in:
- app/drops/app_drop.rb
Overview
Accessible using the app
variable. This class consists of generic methods for application like #logged_in? which would return true or false if a user is logged in or not.
Instance Method Summary collapse
- #account_url ⇒ String
- #attachments_authenticity_token ⇒ String
- #attachments_url ⇒ String
- #current_path ⇒ String
- #current_url ⇒ String
- #logged_in? ⇒ Boolean
- #login_to_your_account_url ⇒ String
- #login_url ⇒ String
- #logout_url ⇒ String
- #max_attachment_size ⇒ Integer
- #notification_delivery_options ⇒ Array<String>
- #notifications_url ⇒ String
- #profile_url ⇒ String
- #recaptcha_key ⇒ String
- #search_url ⇒ String
- #simplero_url ⇒ String
- #use_trix_editor ⇒ Boolean deprecated Deprecated.
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#account_url ⇒ String
#attachments_authenticity_token ⇒ String
#attachments_url ⇒ String
#current_path ⇒ String
#current_url ⇒ String
#logged_in? ⇒ Boolean
#login_to_your_account_url ⇒ String
#login_url ⇒ String
#logout_url ⇒ String
#max_attachment_size ⇒ Integer
#notification_delivery_options ⇒ Array<String>
#notifications_url ⇒ String
#profile_url ⇒ String
#recaptcha_key ⇒ String
#search_url ⇒ String
#simplero_url ⇒ String
#use_trix_editor ⇒ Boolean
Deprecated.